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
|
||||
];
|
||||
|
||||
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…
Add table
Reference in a new issue