summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
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