diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/mammun/hardware/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix index 2f33fe70..0b6544bb 100644 --- a/hosts/mammun/hardware/default.nix +++ b/hosts/mammun/hardware/default.nix @@ -15,8 +15,8 @@ system.fileSystemLayouts = { enable = true; - mainDisk = "/dev/disk/by-uuid/07da3c5f-bc19-499a-a268-30238df9d21b"; - efiDisk = "/dev/disk/by-uuid/F142-9124"; + mainDisk = "/dev/disk/by-uuid/c8de0e7a-6e60-46bf-9244-75987a1e2780"; + efiDisk = "/dev/disk/by-uuid/BFBA-9E3F"; }; boot = { |