disable firewall for strawberry
This commit is contained in:
parent
1d5a7e0804
commit
0b1c7bce55
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
networking = {
|
||||
hostName = "strawberry";
|
||||
interfaces."enp9s0".useDHCP = true;
|
||||
firewall.enable = false;
|
||||
};
|
||||
|
||||
nix = {
|
||||
|
|
Loading…
Reference in a new issue