From 664d7aa4bdb48c15abb236fba86d21619595ee54 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 4 Sep 2016 19:46:39 +0200 Subject: better bind mount location --- hel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index 37e5144c..26d55ca9 100644 --- a/hel.nix +++ b/hel.nix @@ -356,7 +356,7 @@ systemd.automounts = [ { enable = true; - where = "/run/media"; + where = "/run/media/var/media"; automountConfig = { DirectoryMode = "700"; }; @@ -366,7 +366,7 @@ systemd.mounts = [ { enable = true; - where = "/run/media"; + where = "/run/media/var/media"; what = "/var/media"; type = "none"; options = "bind"; -- cgit v1.2.3