starbound: Don't build service for now

This includes the really huge steam-run closure, which is just a PITA
to keep up with if we're never using it.
This commit is contained in:
Tristan Daniël Maat 2024-07-01 18:39:42 +02:00
parent 32f4cabfa3
commit 222829d82a
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -24,7 +24,7 @@
./services/nextcloud.nix
./services/webserver.nix
./services/wireguard.nix
./services/starbound.nix
# ./services/starbound.nix -- Not currently used
./services/postgres.nix
./nginx.nix
./sops.nix
@ -49,9 +49,6 @@
settings.trusted-users = [ "@wheel" ];
};
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ "steam-original" "steam-runtime" "steam-run" "steamcmd" ];
# Optimization for minecraft servers, see:
# https://bugs.mojang.com/browse/MC-183518
boot.kernelParams = [ "highres=off" "nohz=off" ];