about summary refs log tree commit diff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/samba.nix b/profiles/samba.nix
index d1f186b..4ae8839 100644
--- a/profiles/samba.nix
+++ b/profiles/samba.nix
@@ -28,6 +28,6 @@ in
       map to guest = bad user
       ntlm auth = true
     '';
-    shares = with lib; (listToAttrs (map makePublicShare cfg.publicShares));
+    shares = with lib; (listToAttrs (map makePublicShare publicShares));
   };
 }