diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/phobos/disks.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |