mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(ci): flake update
samba module changed significantly
This commit is contained in:
parent
acb76430a4
commit
51911b37ac
6 changed files with 67 additions and 44 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue