diff options
-rw-r--r-- | odin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"; |