This commit is contained in:
Schrottkatze 2022-09-01 01:35:08 +02:00
parent 4c7f4d0340
commit a25c92292b
5 changed files with 78 additions and 8 deletions

View file

@ -145,8 +145,5 @@ with builtins;
networking.firewall.allowedTCPPorts = [ 8384 22000 ];
networking.firewall.allowedUDPPorts = [ 8080 22000 21027 ];
systemd.services."NetworkManager-wait-online".enable = false;
# release channel
system.stateVersion = "22.05"; # Did you read the comment?
}