about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 13:12:59 +0100
committerene <ene@sils.li>2023-02-21 13:12:59 +0100
commitfbb8714c5f29e6c8803a9f57c7ec42be391662cd (patch)
treeec80d129d687df777650ea9bd1cee71aa7a6fdd1 /hosts
parentFix(bootstrap): Add dependencies for the setup script (diff)
downloadnixos-config-fbb8714c5f29e6c8803a9f57c7ec42be391662cd.tar.gz
nixos-config-fbb8714c5f29e6c8803a9f57c7ec42be391662cd.zip
Fix(hosts): Update uuids for mammun
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 2eeb3736..2f33fe70 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/1304e375-36ab-49da-846b-5337cb516b0f";
-    efiDisk = "/dev/disk/by-uuid/6B08-6E94";
+    mainDisk = "/dev/disk/by-uuid/07da3c5f-bc19-499a-a268-30238df9d21b";
+    efiDisk = "/dev/disk/by-uuid/F142-9124";
   };
 
   boot = {