chore(ci): flake update

samba module changed significantly
This commit is contained in:
arcnmx 2024-09-14 11:47:16 -07:00
parent acb76430a4
commit 51911b37ac
6 changed files with 67 additions and 44 deletions

View file

@ -17,10 +17,10 @@
in {
services.samba = {
enable = mkDefault true;
enableWinbindd = mkDefault true;
enableNmbd = mkDefault true;
securityType = mkDefault "user";
# TODO: securityType = "ADS"? kerberos..!
winbindd.enable = mkDefault true;
nmbd.enable = mkDefault true;
# TODO: security = "ADS"? kerberos..!
settings.global.security = mkDefault "user";
domain = {
name = "GENSOKYO";
netbiosName = "reisen";