remove steam from desktop stuff so it might stop breaking shodan hopefully

This commit is contained in:
Lillian Violet 2025-12-06 02:01:30 +01:00
parent fff9d3e6ee
commit 8479150c79
5 changed files with 21 additions and 9 deletions

View file

@ -27,6 +27,13 @@
gparted
];
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
extest.enable = true;
};
programs.virt-manager.enable = true;
users.groups.libvirtd.members = ["lillian"];