Steam: use module setting for firewall
This commit is contained in:
parent
3e6350c90a
commit
1b02a12ce3
3 changed files with 1 additions and 8 deletions
|
|
@ -130,7 +130,6 @@
|
||||||
./modules/nixos/pro_audio.nix
|
./modules/nixos/pro_audio.nix
|
||||||
./modules/nixos/sesar.nix
|
./modules/nixos/sesar.nix
|
||||||
./modules/nixos/pentablet.nix
|
./modules/nixos/pentablet.nix
|
||||||
./modules/nixos/steam-link.nix
|
|
||||||
./modules/nixos/kdeconnect.nix
|
./modules/nixos/kdeconnect.nix
|
||||||
] ++ homeManagerModules ++ [
|
] ++ homeManagerModules ++ [
|
||||||
{ home-manager.users.bertof = import ./instances/thor/hm.nix; }
|
{ home-manager.users.bertof = import ./instances/thor/hm.nix; }
|
||||||
|
|
@ -154,7 +153,6 @@
|
||||||
./modules/nixos/pro_audio.nix
|
./modules/nixos/pro_audio.nix
|
||||||
./modules/nixos/sesar.nix
|
./modules/nixos/sesar.nix
|
||||||
./modules/nixos/pentablet.nix
|
./modules/nixos/pentablet.nix
|
||||||
./modules/nixos/steam-link.nix
|
|
||||||
./modules/nixos/kdeconnect.nix
|
./modules/nixos/kdeconnect.nix
|
||||||
] ++ homeManagerModules ++ [
|
] ++ homeManagerModules ++ [
|
||||||
{ home-manager.users.bertof = import ./instances/odin/hm.nix; }
|
{ home-manager.users.bertof = import ./instances/odin/hm.nix; }
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,7 @@ with lib; {
|
||||||
export GSETTINGS_SCHEMA_DIR="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas/"
|
export GSETTINGS_SCHEMA_DIR="${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas/"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
};
|
};
|
||||||
zsh = { enable = true; };
|
zsh = { enable = true; };
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
networking.firewall = {
|
|
||||||
allowedTCPPorts = [ 27036 27037 ];
|
|
||||||
allowedUDPPorts = [ 27031 27036 ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue