wip samba

This commit is contained in:
Motiejus Jakštys 2023-09-12 09:42:20 +03:00
parent 94253212c6
commit 92e940e1d4
1 changed files with 19 additions and 0 deletions

View File

@ -87,6 +87,25 @@
services.journald.extraConfig = "Storage=volatile";
#services.samba = {
# enable = true;
# securityType = "user";
# enableNmbd = true;
# enableWinbindd = false;
# extraConfig = ''
# map to guest = Bad User
# guest account = jakstpub
# passwd backend = tbdsam
# '';
# shares = {
# public = {
# path = "/data/shared";
# writable = "yes";
# printable = "no";
# };
# };
#};
environment.etc = {
"datapool-passphrase.txt".source = config.age.secrets.datapool-passphrase.path;
};