moved firewall to default network module

This commit is contained in:
2026-07-07 13:52:23 +01:00
parent 47228d878c
commit f9ab6fa233
2 changed files with 1 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
"1.1.1.1"
"8.8.8.8"
];
firewall.enable = false;
};
services.unbound = {
enable = true;

View File

@@ -16,7 +16,6 @@
networking = {
# Just for hackstation, replace enp5s0 with primary interface
interfaces.enp5s0.wakeOnLan.enable = true;
firewall.enable = false;
};
};
}