elnudrop: disable networkmanager

This commit is contained in:
Elnu 2023-08-12 12:03:40 -07:00
parent 2ce25bb218
commit 4bbd00cc9f

View file

@ -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 = {