summaryrefslogtreecommitdiff
path: root/odin
diff options
context:
space:
mode:
Diffstat (limited to 'odin')
-rw-r--r--odin/hw.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/odin/hw.nix b/odin/hw.nix
index af679b7f..ea90715f 100644
--- a/odin/hw.nix
+++ b/odin/hw.nix
@@ -54,6 +54,11 @@
54 options = "defaults,quota"; 54 options = "defaults,quota";
55 }; 55 };
56 56
57 fileSystems."/root" =
58 { device = "/dev/disk/by-uuid/04d2f6cb-80de-43a4-80bd-d569e2304b6a";
59 fsType = "ext4";
60 };
61
57 fileSystems."/srv/media" = 62 fileSystems."/srv/media" =
58 { device = "/dev/disk/by-uuid/09959dcd-e8ca-4958-89b2-993cc79fe8f7"; 63 { device = "/dev/disk/by-uuid/09959dcd-e8ca-4958-89b2-993cc79fe8f7";
59 fsType = "ext4"; 64 fsType = "ext4";