Disable auto upgrade for Vanguard, causes games to fail to launch

This commit is contained in:
Evie Litherland-Smith 2023-09-08 08:06:58 +01:00
parent dc6741a1c6
commit 0ff7e6e754

View file

@ -24,7 +24,7 @@
dedicatedServer.openFirewall = true;
};
system.autoUpgrade = {
enable = true;
enable = false;
allowReboot = false;
};