feat: add basic 'gaming' module to 'andromache'
This commit is contained in:
12
modules/gaming/default.nix
Normal file
12
modules/gaming/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
nixpkgs.allowedUnfree = [
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = false;
|
||||
dedicatedServer.openFirewall = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user