summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-04-16 20:17:00 +0300
committerNikolay Amiantov <ab@fmap.me>2015-04-16 20:18:03 +0300
commit405e4bd099344d916c60846abccf0959c5a2c852 (patch)
tree0237e29f6626977aac592d80d82777bc21c3762b /nixos/modules/services/network-filesystems
parent0d38958b61c38afd5b6095a3cc519425af823186 (diff)
downloadnixlib-405e4bd099344d916c60846abccf0959c5a2c852.tar
nixlib-405e4bd099344d916c60846abccf0959c5a2c852.tar.gz
nixlib-405e4bd099344d916c60846abccf0959c5a2c852.tar.bz2
nixlib-405e4bd099344d916c60846abccf0959c5a2c852.tar.lz
nixlib-405e4bd099344d916c60846abccf0959c5a2c852.tar.xz
nixlib-405e4bd099344d916c60846abccf0959c5a2c852.tar.zst
nixlib-405e4bd099344d916c60846abccf0959c5a2c852.zip
nixos.samba: update required mounts
Diffstat (limited to 'nixos/modules/services/network-filesystems')
-rw-r--r--nixos/modules/services/network-filesystems/samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/network-filesystems/samba.nix b/nixos/modules/services/network-filesystems/samba.nix
index 66fa85bbbce3..8b3741bca0af 100644
--- a/nixos/modules/services/network-filesystems/samba.nix
+++ b/nixos/modules/services/network-filesystems/samba.nix
@@ -197,7 +197,7 @@ in
             "samba-setup" = {
               description = "Samba Setup Task";
               script = setupScript;
-              unitConfig.RequiresMountsFor = "/var/samba /var/log/samba";
+              unitConfig.RequiresMountsFor = "/var/lib/samba";
             };
           };
         };