chore: upgrade to NixOS 24.11
This commit is contained in:
parent
83d8be3bf9
commit
3764a85757
8 changed files with 90 additions and 119 deletions
services/samba
|
@ -12,14 +12,14 @@
|
|||
services.samba = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
securityType = "user";
|
||||
extraConfig = ''
|
||||
passdb backend = tdbsam
|
||||
guest account = nobody
|
||||
map to guest = bad user
|
||||
use sendfile = true
|
||||
'';
|
||||
shares = {
|
||||
settings = {
|
||||
global = {
|
||||
security = "user";
|
||||
"passdb backend" = "tdbsam";
|
||||
"guest account" = "nobody";
|
||||
"map to guest" = "bad user";
|
||||
"use sendfile" = true;
|
||||
};
|
||||
media = {
|
||||
path = "/media";
|
||||
public = "no";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue