diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-14 12:10:51 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-12-14 12:10:51 +0100 |
commit | a390ab7398e85e16e89b93999ec1eac7fff35f71 (patch) | |
tree | fd814db827bc555ec00d28780a3b1229cece023b /hosts | |
parent | a3cdc711194e4761e5ce0d1cd6e4b4d354eb7ca1 (diff) | |
download | nixos-a390ab7398e85e16e89b93999ec1eac7fff35f71.tar nixos-a390ab7398e85e16e89b93999ec1eac7fff35f71.tar.gz nixos-a390ab7398e85e16e89b93999ec1eac7fff35f71.tar.bz2 nixos-a390ab7398e85e16e89b93999ec1eac7fff35f71.tar.xz nixos-a390ab7398e85e16e89b93999ec1eac7fff35f71.zip |
...
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vidhar/samba.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/vidhar/samba.nix b/hosts/vidhar/samba.nix index 2fd3ca5a..89d9f12e 100644 --- a/hosts/vidhar/samba.nix +++ b/hosts/vidhar/samba.nix | |||
@@ -87,6 +87,7 @@ | |||
87 | } | 87 | } |
88 | { | 88 | { |
89 | bindsTo = [ "srv-eos.lower.mount" "srv-eos.upper.mount" ]; | 89 | bindsTo = [ "srv-eos.lower.mount" "srv-eos.upper.mount" ]; |
90 | after = [ "srv-eos.lower.mount" "srv-eos.upper.mount" ]; | ||
90 | 91 | ||
91 | where = "/srv/eos"; | 92 | where = "/srv/eos"; |
92 | what = "overlay"; | 93 | what = "overlay"; |