summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-19 09:07:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-19 09:07:26 +0200
commit82a7f25cca7b3e7432606979347f5dc77eeba44b (patch)
tree9d8d652efd4103c400506fa29f5b91b97661df35 /odin.nix
parent42be4b35da82a4f624474350357bbe629804cc38 (diff)
downloadnixos-82a7f25cca7b3e7432606979347f5dc77eeba44b.tar
nixos-82a7f25cca7b3e7432606979347f5dc77eeba44b.tar.gz
nixos-82a7f25cca7b3e7432606979347f5dc77eeba44b.tar.bz2
nixos-82a7f25cca7b3e7432606979347f5dc77eeba44b.tar.xz
nixos-82a7f25cca7b3e7432606979347f5dc77eeba44b.zip
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 405dfb09..f3ee06c7 100644
--- a/odin.nix
+++ b/odin.nix
@@ -227,6 +227,9 @@
227 227
228 systemd.mounts = [ 228 systemd.mounts = [
229 { 229 {
230 wantedBy = [ "samba-smbd.service" ];
231 before = [ "samba-smbd.service" ];
232
230 where = "/srv/eos"; 233 where = "/srv/eos";
231 what = "overlay"; 234 what = "overlay";
232 type = "overlayfs"; 235 type = "overlayfs";