feat: updates stuff and disables network manager wait online

This commit is contained in:
2022-11-24 14:42:38 -06:00
parent ed5a665bff
commit 8a4dc32cd8
3 changed files with 15 additions and 13 deletions

View File

@@ -129,6 +129,8 @@ in
# Enable the OpenSSH daemon.
# services.openssh.enable = true;
systemd.services.NetworkManager-wait-online.enable = false;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];