enable steam in nix configuration
This commit is contained in:
parent
40d23ef858
commit
a2667a2a42
1 changed files with 8 additions and 0 deletions
|
|
@ -11,4 +11,12 @@
|
|||
variant = "";
|
||||
options = "caps:ctrl_modifier";
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue