about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-21 08:44:22 +0100
committerene <ene@sils.li>2023-02-21 08:44:22 +0100
commit723923d8d506fe53eab75136dac7b53b1ff08b94 (patch)
tree350a2af1b86976b98a929264f8c268a9ac102dd4 /hosts
parentFix(bootstrap): Type error in activate.sh (diff)
downloadnixos-config-723923d8d506fe53eab75136dac7b53b1ff08b94.tar.gz
nixos-config-723923d8d506fe53eab75136dac7b53b1ff08b94.zip
Feat(hosts): Add UUID 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 bd7241b3..2eeb3736 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/<uuid>";
-    efiDisk = "/dev/disk/by-uuid/<uuid>";
+    mainDisk = "/dev/disk/by-uuid/1304e375-36ab-49da-846b-5337cb516b0f";
+    efiDisk = "/dev/disk/by-uuid/6B08-6E94";
   };
 
   boot = {