elnudrop: disable networkmanager

inky
Elnu 9 months ago
parent 2ce25bb218
commit 4bbd00cc9f

@ -14,9 +14,13 @@
./hosts/tegakituesday.com
];
networking.firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
networking = {
# May cause some issues
networkmanager.enable = lib.mkForce false;
firewall = {
enable = true;
allowedTCPPorts = [ 80 443 ];
};
};
security.acme = {

Loading…
Cancel
Save