diff --git a/configuration/default.nix b/configuration/default.nix index b933d19..792a4c9 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -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" ];