From 4c66a7e794e411511473081f5c16aa6c0e6f7000 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 27 Mar 2026 15:51:09 -0500 Subject: incomplete fileshares module not enabled by default --- nixos/services/fileshares.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3