From 7e3babf078f98474d63a1cafe3e400237efca6d1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Apr 2018 22:59:58 +0200 Subject: Work on odin --- odin/hw.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'odin') 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 @@ options = "defaults,quota"; }; + fileSystems."/root" = + { device = "/dev/disk/by-uuid/04d2f6cb-80de-43a4-80bd-d569e2304b6a"; + fsType = "ext4"; + }; + fileSystems."/srv/media" = { device = "/dev/disk/by-uuid/09959dcd-e8ca-4958-89b2-993cc79fe8f7"; fsType = "ext4"; -- cgit v1.2.3