summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix1
-rw-r--r--odin/hw.nix5
2 files changed, 6 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index dc02faec..447566a7 100644
--- a/odin.nix
+++ b/odin.nix
@@ -33,6 +33,7 @@
33 tmux 33 tmux
34 mosh 34 mosh
35 quota 35 quota
36 git
36 (callPackage ./utils/nix/rebuild-system.nix {}) 37 (callPackage ./utils/nix/rebuild-system.nix {})
37 ]; 38 ];
38 39
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";