persist steam

This commit is contained in:
2025-09-07 15:04:14 -05:00
parent 6c793d88f6
commit 8e1915a781
2 changed files with 7 additions and 8 deletions
+7
View File
@@ -141,6 +141,13 @@
# needed to allowOther in home.nix
fuse.userAllowOther = true;
steam = {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";