Separate gaming configurations
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
./networking.nix
|
||||
./users.nix
|
||||
./coding.nix
|
||||
./gaming.nix
|
||||
];
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
@@ -28,11 +29,5 @@
|
||||
|
||||
services.displayManager.defaultSession = "cinnamon";
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
|
8
gaming.nix
Normal file
8
gaming.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user