This commit is contained in:
alsaiduq-lab 2025-05-22 06:50:56 -06:00
parent 2f50e92afe
commit b22792614e
9 changed files with 49 additions and 29 deletions

View file

@ -19,6 +19,8 @@
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
networking.firewall.enable = false;
# Enable the OpenSSH daemon.
services.openssh.enable = true;
# Disable NetworkManager-wait-online to fix boot hang
systemd.services."NetworkManager-wait-online".enable = false;
}