From 7e487b58b0859757b9ae4f56663cf3f0e63e250d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 19 Apr 2018 09:09:39 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odin.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/odin.nix b/odin.nix index 2f83691a..34ad166e 100644 --- a/odin.nix +++ b/odin.nix @@ -225,8 +225,6 @@ options = ["ro" "uid=1001" "gid=100" "fmask=0177" "dmask=0077" "permissions"]; }; - boot.kernelModules = [ "overlay" ]; - systemd.mounts = [ { wantedBy = [ "samba-smbd.service" ]; @@ -234,7 +232,7 @@ where = "/srv/eos"; what = "overlay"; - type = "overlayfs"; + type = "overlay"; options = lib.concatStringsSep "," [ "lowerdir=/srv/eos.lower" "upperdir=/home/mherold/.eos.upper" -- cgit v1.2.3