about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-24 21:17:33 +0100
committerene <ene@sils.li>2023-02-24 21:17:33 +0100
commit6a57bfab51cb3c7cafe6f9a657363b83784f0a52 (patch)
treec3d271af3cb192b0e303f70abfc87afc345e24ea /hosts
parentFix(lf): Fix shellflags (diff)
downloadnixos-config-6a57bfab51cb3c7cafe6f9a657363b83784f0a52.tar.gz
nixos-config-6a57bfab51cb3c7cafe6f9a657363b83784f0a52.zip
Fix(hosts): Update UUIDs for mammun hosts
Diffstat (limited to 'hosts')
-rw-r--r--hosts/mammun/hardware/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix
index 78335389..e8da6ccc 100644
--- a/hosts/mammun/hardware/default.nix
+++ b/hosts/mammun/hardware/default.nix
@@ -15,10 +15,8 @@
 
   system.fileSystemLayouts = {
     enable = true;
-    mainDisk = "/dev/sda2";
-    # mainDisk = "/dev/disk/by-uuid/c8de0e7a-6e60-46bf-9244-75987a1e2780";
-    efiDisk = "/dev/sda1";
-    # efiDisk = "/dev/disk/by-uuid/BFBA-9E3F";
+    mainDisk = "/dev/disk/by-uuid/ac6c5efd-51a7-42e7-a8cd-668a350554b1";
+    efiDisk = "/dev/disk/by-uuid/7931-40E5";
   };
 
   boot = {