Skip to content

Commit

Permalink
Merge pull request #155 from mrjones2014/automation/update-flake-depe…
Browse files Browse the repository at this point in the history
…ndencies

[automation] update flake dependencies
  • Loading branch information
mrjones2014 authored Sep 16, 2024
2 parents 921b9be + 66bbb67 commit b9ccfa5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
30 changes: 15 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions hosts/server/nas.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
samba = {
enable = true;
openFirewall = true;
extraConfig = ''
guest account = nobody
map to guest = Bad User
load printers = no
printcap name = /dev/null
log file = /var/log/samba/client.%I
log level = 2
'';
settings = {
global = {
"guest account" = "nobody";
"map to guest" = "Bad User";
"load printers" = "no";
"printcap name" = "/dev/null";
};
};
shares = {
fileshare = {
path = "/export/fileshare";
Expand Down

0 comments on commit b9ccfa5

Please sign in to comment.