{ ... }: { systemd.network.wait-online.enable = false; boot.initrd.systemd.network.wait-online.enable = false; networking = { hostName = "szpont"; networkmanager = { enable = true; wifi.macAddress = "stable-ssid"; ethernet.macAddress = "stable-ssid"; }; firewall = { enable = true; allowedTCPPorts = [ ]; allowedUDPPorts = [ ]; }; }; }