cleanup
This commit is contained in:
@@ -38,17 +38,15 @@ in
|
||||
remotePlay.openFirewall = true;
|
||||
# Open ports in the firewall for Source Dedicated Server
|
||||
dedicatedServer.openFirewall = true;
|
||||
extraCompatPackages =
|
||||
with pkgs.unstable;
|
||||
[
|
||||
proton-ge-bin
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
proton-cachyos
|
||||
proton-cachyos-v3
|
||||
proton-cachyos-v2
|
||||
proton-cachyos-v1
|
||||
]);
|
||||
extraCompatPackages = [
|
||||
pkgs.proton-ge-bin
|
||||
]
|
||||
++ (with pkgs.${namespace}; [
|
||||
proton-cachyos
|
||||
proton-cachyos-v3
|
||||
proton-cachyos-v2
|
||||
proton-cachyos-v1
|
||||
]);
|
||||
gamescopeSession = lib.mkDefault {
|
||||
enable = true;
|
||||
args = [
|
||||
|
||||
Reference in New Issue
Block a user