diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-19 09:03:34 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-19 09:03:34 +0200 |
commit | c646ec86f33ae0e3ce940ea759acfe9b40147827 (patch) | |
tree | c09697fef5f48f8d56d3373f26dd093270938452 /odin.nix | |
parent | 5625fe99777671471a4738cfa783b4a878a0f109 (diff) | |
download | nixos-c646ec86f33ae0e3ce940ea759acfe9b40147827.tar nixos-c646ec86f33ae0e3ce940ea759acfe9b40147827.tar.gz nixos-c646ec86f33ae0e3ce940ea759acfe9b40147827.tar.bz2 nixos-c646ec86f33ae0e3ce940ea759acfe9b40147827.tar.xz nixos-c646ec86f33ae0e3ce940ea759acfe9b40147827.zip |
…
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -229,10 +229,11 @@ | |||
229 | { | 229 | { |
230 | where = "/srv/eos"; | 230 | where = "/srv/eos"; |
231 | what = "overlay"; | 231 | what = "overlay"; |
232 | options = concatStringsSep "," [ "lowerdir=/srv/eos.lower" | 232 | options = lib.concatStringsSep "," |
233 | "upperdir=/home/mherold/.eos.upper" | 233 | [ "lowerdir=/srv/eos.lower" |
234 | "workdir=/home/mherold/.eos.work" | 234 | "upperdir=/home/mherold/.eos.upper" |
235 | ]; | 235 | "workdir=/home/mherold/.eos.work" |
236 | ]; | ||
236 | } | 237 | } |
237 | ]; | 238 | ]; |
238 | 239 | ||