about summary refs log tree commit diff
path: root/hosts/phobos
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-07 12:58:08 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-07 14:11:06 +0200
commit1efd25d7f2db3233f7dba4f1facce2cafd17537e (patch)
tree35f8d439b4289a3c285a38e8cf296c8b08a9a1ab /hosts/phobos
parentUse mkForce on boot config in the base host (diff)
downloadnixos-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.nix2
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";