summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-19 09:03:34 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-19 09:03:34 +0200
commitc646ec86f33ae0e3ce940ea759acfe9b40147827 (patch)
treec09697fef5f48f8d56d3373f26dd093270938452 /odin.nix
parent5625fe99777671471a4738cfa783b4a878a0f109 (diff)
downloadnixos-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.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/odin.nix b/odin.nix
index 790958b0..27b0839e 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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