wip samba
This commit is contained in:
parent
94253212c6
commit
92e940e1d4
|
@ -87,6 +87,25 @@
|
||||||
|
|
||||||
services.journald.extraConfig = "Storage=volatile";
|
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 = {
|
environment.etc = {
|
||||||
"datapool-passphrase.txt".source = config.age.secrets.datapool-passphrase.path;
|
"datapool-passphrase.txt".source = config.age.secrets.datapool-passphrase.path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue