summaryrefslogtreecommitdiffstats
path: root/2configs/share/temp-share-samba.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/share/temp-share-samba.nix')
-rw-r--r--2configs/share/temp-share-samba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/2configs/share/temp-share-samba.nix b/2configs/share/temp-share-samba.nix
index ac0eaa978..56beb5b42 100644
--- a/2configs/share/temp-share-samba.nix
+++ b/2configs/share/temp-share-samba.nix
@@ -9,7 +9,7 @@
networking.firewall.allowedTCPPorts = [ 139 445 ];
users.users.smbguest = {
name = "smbguest";
- uid = config.ids.uids.smbguest;
+ uid = config.ids.uids.smbguest; # effectively systemUser
description = "smb guest user";
home = "/home/share";
createHome = true;