Compare commits

..

2 Commits

Author SHA1 Message Date
Adrian G L 812777f5e8
Update nvidia.nix 2024-04-12 11:55:37 +02:00
Adrian Gunnar Lauterer 003474df4c samba + base fix i guess 2024-04-12 11:41:33 +02:00
3 changed files with 10 additions and 11 deletions

View File

@ -45,7 +45,7 @@
environment.systemPackages = with pkgs; [
cudaPackages.cudnn
cudaPackages.cudatoolkit
cudaPackages.tensorrt_8_6_0
#cudaPackages.tensorrt_8_6_0
];

View File

@ -15,6 +15,9 @@ imports =
git
rsync
ripgrep
htop
bottom
foot.terminfo
tailscale
];

View File

@ -17,9 +17,9 @@ services.samba = {
min protocol = SMB3_00
server smb encrypt = required
# note: localhost is the ipv6 localhost ::1
hosts allow = 192.168.1. 127.0.0.1 localhost 100.
hosts allow = 192.168.1. 192.168.0. 127.0.0.1 localhost 100.0.0.0/255.0.0.0
hosts deny = 0.0.0.0/0
guest account = guest
guest account = nobody
map to guest = bad user
'';
shares = {
@ -35,14 +35,13 @@ services.samba = {
# };
Backup = {
path = "/Main/Backup";
"valid users" = "gunalx";
browseable = "yes";
"force user" = "gunalx";
"force group" = "gunalx";
browseable = "yes";
"read only" = "no";
"guest ok" = "yes";
"create mask" = "0777";
"directory mask" = "0777";
"guest ok" = "no";
"create mask" = "0644";
"directory mask" = "0755";
};
};
};
@ -56,9 +55,6 @@ services.samba-wsdd = {
networking.firewall.allowPing = true;
#services.avahi.openfirewall = true;
services.avahi = {
enable = true;