fix: samba don't use force group

This commit is contained in:
Noah Masur 2023-03-26 20:52:28 +00:00
parent 57de089baf
commit 76c80dd31d

View File

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ config, lib, ... }: {
options = { samba.enable = lib.mkEnableOption "Enable Samba sharing."; };
@ -12,8 +12,6 @@
browseable = "yes";
"read only" = "no";
"guest ok" = "no";
"force user" = config.user;
"force group" = config.user;
comment = "NAS";
};
};