about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 13:43:16 +0100
committerene <ene@sils.li>2023-02-21 13:43:16 +0100
commit6f24407e7c99a2ca7b7f111fc7bc6c5419b8762e (patch)
tree3a5efb00bb23a10ebe8dd9bc62808b004bc64bb8 /hosts
parentFix(hosts): Update uuids for mammun (diff)
downloadnixos-config-6f24407e7c99a2ca7b7f111fc7bc6c5419b8762e.tar.gz
nixos-config-6f24407e7c99a2ca7b7f111fc7bc6c5419b8762e.zip
Fix(hosts): Update mammuns UUIDs
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mammun/hardware/default.nix4
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 = {