diff --git a/modules/games.nix b/modules/games.nix index f379283..21047cc 100644 --- a/modules/games.nix +++ b/modules/games.nix @@ -27,6 +27,13 @@ "assaultcube" "ut2004-demo" ]; + nixpkgs.config.permittedInsecurePackages = [ + # Required for openra + "dotnet-runtime-wrapped-6.0.36" + "dotnet-runtime-6.0.36" + "dotnet-sdk-wrapped-6.0.428" + "dotnet-sdk-6.0.428" + ]; users.users.yoda = { packages = with pkgs; [