Skip to content

Commit

Permalink
fix(samba): extraConfig => settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Sep 16, 2024
1 parent f28afa1 commit 66bbb67
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions hosts/server/nas.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
enable = true;
openFirewall = true;
settings = {
"guest account" = "nobody";
"map to guest" = "Bad User";
"load printers" = "no";
"printcap name" = "/dev/null";
global = {
"guest account" = "nobody";
"map to guest" = "Bad User";
"load printers" = "no";
"printcap name" = "/dev/null";
};
};
shares = {
fileshare = {
Expand Down

0 comments on commit 66bbb67

Please sign in to comment.