From 405e4bd099344d916c60846abccf0959c5a2c852 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Thu, 16 Apr 2015 20:17:00 +0300 Subject: nixos.samba: update required mounts --- nixos/modules/services/network-filesystems/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules') 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"; }; }; }; -- cgit 1.4.1