diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-19 09:06:59 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-19 09:06:59 +0200 |
| commit | 42be4b35da82a4f624474350357bbe629804cc38 (patch) | |
| tree | 3cf6d0bc5d9d103f6b763294edefd5fc955b46d1 | |
| parent | c646ec86f33ae0e3ce940ea759acfe9b40147827 (diff) | |
| download | nixos-42be4b35da82a4f624474350357bbe629804cc38.tar nixos-42be4b35da82a4f624474350357bbe629804cc38.tar.gz nixos-42be4b35da82a4f624474350357bbe629804cc38.tar.bz2 nixos-42be4b35da82a4f624474350357bbe629804cc38.tar.xz nixos-42be4b35da82a4f624474350357bbe629804cc38.zip | |
…
| -rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -229,6 +229,7 @@ | |||
| 229 | { | 229 | { |
| 230 | where = "/srv/eos"; | 230 | where = "/srv/eos"; |
| 231 | what = "overlay"; | 231 | what = "overlay"; |
| 232 | type = "overlayfs"; | ||
| 232 | options = lib.concatStringsSep "," | 233 | options = lib.concatStringsSep "," |
| 233 | [ "lowerdir=/srv/eos.lower" | 234 | [ "lowerdir=/srv/eos.lower" |
| 234 | "upperdir=/home/mherold/.eos.upper" | 235 | "upperdir=/home/mherold/.eos.upper" |
