diff options
| -rw-r--r-- | nixos/services/fileshares.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/services/fileshares.nix b/nixos/services/fileshares.nix index d6af47b..c99c9f9 100644 --- a/nixos/services/fileshares.nix +++ b/nixos/services/fileshares.nix @@ -70,7 +70,7 @@ in { # TODO configure smb nfs here }; - config = { + config = lib.mkIf cfg.enable { services.samba = { enable = true; openFirewall = true; |
