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