diff options
author | ene <ene@sils.li> | 2023-02-21 13:43:16 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-21 13:43:16 +0100 |
commit | 6f24407e7c99a2ca7b7f111fc7bc6c5419b8762e (patch) | |
tree | 3a5efb00bb23a10ebe8dd9bc62808b004bc64bb8 /hosts | |
parent | Fix(hosts): Update uuids for mammun (diff) | |
download | nixos-config-6f24407e7c99a2ca7b7f111fc7bc6c5419b8762e.tar.gz nixos-config-6f24407e7c99a2ca7b7f111fc7bc6c5419b8762e.zip |
Fix(hosts): Update mammuns UUIDs
Diffstat (limited to 'hosts')
-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 = { |