From 1efd25d7f2db3233f7dba4f1facce2cafd17537e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 7 Sep 2022 12:58:08 +0200 Subject: Phobos: Disks: Change uuid --- hosts/phobos/disks.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/phobos/disks.nix b/hosts/phobos/disks.nix index 6f005bf..2927fe5 100644 --- a/hosts/phobos/disks.nix +++ b/hosts/phobos/disks.nix @@ -10,7 +10,7 @@ fsType = "vfat"; }; - boot.initrd.luks.devices."encrypted_root".device = "/dev/disk/by-uuid/095dc267-9281-4535-9491-b3fcded614a8"; + boot.initrd.luks.devices."encrypted_root".device = "/dev/disk/by-uuid/6db0e43d-f73f-4cf0-81f6-9391f9d03ca0"; fileSystems."/persist" = { device = "/dev/mapper/encrypted_root"; -- cgit 1.4.1