diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-04 22:59:58 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-04 22:59:58 +0200 |
commit | 7e3babf078f98474d63a1cafe3e400237efca6d1 (patch) | |
tree | 807f91d821b6af5e8406d9a0aee7ea406a242a8e /odin | |
parent | 1c048055c20c684eaad861e3bed5d284f1b05883 (diff) | |
download | nixos-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.nix | 5 |
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"; |