wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 23:07:37 +01:00
parent 4f598fc382
commit e6b6016ba7
7 changed files with 77 additions and 51 deletions

View file

@ -94,6 +94,14 @@
services.gnome.gnome-keyring.enable = true;
security.pam.services.hyprlock = {};
# Steam
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
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
};
# Nix settings
nix.gc = {
automatic = true;