diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-07 12:58:08 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-07 14:11:06 +0200 |
commit | 1efd25d7f2db3233f7dba4f1facce2cafd17537e (patch) | |
tree | 35f8d439b4289a3c285a38e8cf296c8b08a9a1ab /hosts/phobos | |
parent | Use mkForce on boot config in the base host (diff) | |
download | nixos-config-1efd25d7f2db3233f7dba4f1facce2cafd17537e.tar.gz nixos-config-1efd25d7f2db3233f7dba4f1facce2cafd17537e.tar.bz2 nixos-config-1efd25d7f2db3233f7dba4f1facce2cafd17537e.zip |
Phobos: Disks: Change uuid
Diffstat (limited to 'hosts/phobos')
-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"; |