summaryrefslogtreecommitdiff
path: root/odin
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-04 22:59:58 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-04 22:59:58 +0200
commit7e3babf078f98474d63a1cafe3e400237efca6d1 (patch)
tree807f91d821b6af5e8406d9a0aee7ea406a242a8e /odin
parent1c048055c20c684eaad861e3bed5d284f1b05883 (diff)
downloadnixos-7e3babf078f98474d63a1cafe3e400237efca6d1.tar
nixos-7e3babf078f98474d63a1cafe3e400237efca6d1.tar.gz
nixos-7e3babf078f98474d63a1cafe3e400237efca6d1.tar.bz2
nixos-7e3babf078f98474d63a1cafe3e400237efca6d1.tar.xz
nixos-7e3babf078f98474d63a1cafe3e400237efca6d1.zip
Work on odin
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";