elnudrop: disable networkmanager
This commit is contained in:
parent
2ce25bb218
commit
4bbd00cc9f
1 changed files with 7 additions and 3 deletions
|
@ -14,9 +14,13 @@
|
||||||
./hosts/tegakituesday.com
|
./hosts/tegakituesday.com
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall = {
|
networking = {
|
||||||
enable = true;
|
# May cause some issues
|
||||||
allowedTCPPorts = [ 80 443 ];
|
networkmanager.enable = lib.mkForce false;
|
||||||
|
firewall = {
|
||||||
|
enable = true;
|
||||||
|
allowedTCPPorts = [ 80 443 ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue