diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-19 09:09:39 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-19 09:09:39 +0200 |
| commit | 7e487b58b0859757b9ae4f56663cf3f0e63e250d (patch) | |
| tree | 25565848eea51c618fd42e3814a6a8380eefa2fb | |
| parent | a369c3c9d9c4ee4f551db81b06d61cd7cb5cb98a (diff) | |
| download | nixos-7e487b58b0859757b9ae4f56663cf3f0e63e250d.tar nixos-7e487b58b0859757b9ae4f56663cf3f0e63e250d.tar.gz nixos-7e487b58b0859757b9ae4f56663cf3f0e63e250d.tar.bz2 nixos-7e487b58b0859757b9ae4f56663cf3f0e63e250d.tar.xz nixos-7e487b58b0859757b9ae4f56663cf3f0e63e250d.zip | |
…
| -rw-r--r-- | odin.nix | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -225,8 +225,6 @@ | |||
| 225 | options = ["ro" "uid=1001" "gid=100" "fmask=0177" "dmask=0077" "permissions"]; | 225 | options = ["ro" "uid=1001" "gid=100" "fmask=0177" "dmask=0077" "permissions"]; |
| 226 | }; | 226 | }; |
| 227 | 227 | ||
| 228 | boot.kernelModules = [ "overlay" ]; | ||
| 229 | |||
| 230 | systemd.mounts = [ | 228 | systemd.mounts = [ |
| 231 | { | 229 | { |
| 232 | wantedBy = [ "samba-smbd.service" ]; | 230 | wantedBy = [ "samba-smbd.service" ]; |
| @@ -234,7 +232,7 @@ | |||
| 234 | 232 | ||
| 235 | where = "/srv/eos"; | 233 | where = "/srv/eos"; |
| 236 | what = "overlay"; | 234 | what = "overlay"; |
| 237 | type = "overlayfs"; | 235 | type = "overlay"; |
| 238 | options = lib.concatStringsSep "," | 236 | options = lib.concatStringsSep "," |
| 239 | [ "lowerdir=/srv/eos.lower" | 237 | [ "lowerdir=/srv/eos.lower" |
| 240 | "upperdir=/home/mherold/.eos.upper" | 238 | "upperdir=/home/mherold/.eos.upper" |
