moved firewall to default network module
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
];
|
||||
firewall.enable = false;
|
||||
};
|
||||
services.unbound = {
|
||||
enable = true;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
networking = {
|
||||
# Just for hackstation, replace enp5s0 with primary interface
|
||||
interfaces.enp5s0.wakeOnLan.enable = true;
|
||||
firewall.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user