fix(void): disable unused samba service
This commit is contained in:
parent
b12f7b0470
commit
a30a20841c
1 changed files with 1 additions and 1 deletions
2
void.nix
2
void.nix
|
|
@ -17,7 +17,7 @@
|
|||
networking.hostName = "void"; # Define your hostname.
|
||||
|
||||
services.samba = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
openFirewall = true;
|
||||
securityType = "user";
|
||||
settings.global = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue