From 4b5ffdea35163bdf5802cd1ef9fed8e0762cf7b9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 May 2023 19:58:50 -0700 Subject: profiles/samba: fix variable --- profiles/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); }; } -- cgit 1.4.1