wip: dnsc-machine setup
This commit is contained in:
parent
4f598fc382
commit
e6b6016ba7
7 changed files with 77 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue