disable firewall for strawberry

This commit is contained in:
Riley Apeldoorn 2024-04-27 11:11:45 +02:00
parent 1d5a7e0804
commit 0b1c7bce55
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
networking = {
hostName = "strawberry";
interfaces."enp9s0".useDHCP = true;
firewall.enable = false;
};
nix = {