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