diff options
| author | Baitinq <[email protected]> | 2022-09-07 12:58:08 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-07 14:11:06 +0200 |
| commit | c28cbbcea993bf9cb2e849c11e0f104050e9d748 (patch) | |
| tree | 9e421f33e7300c78d7961b1d34f150169f7048a4 /hosts | |
| parent | Use mkForce on boot config in the base host (diff) | |
| download | nixos-config-c28cbbcea993bf9cb2e849c11e0f104050e9d748.tar.gz nixos-config-c28cbbcea993bf9cb2e849c11e0f104050e9d748.tar.bz2 nixos-config-c28cbbcea993bf9cb2e849c11e0f104050e9d748.zip | |
Phobos: Disks: Change uuid
Diffstat (limited to '')
| -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"; |