From 01f34ec32e1c155d638d5dc5ac064abdf4fd850b Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Sun, 25 Aug 2024 21:38:33 +0200 Subject: [PATCH] . --- configuration.nix | 10 ++++++++++ home.nix | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index b564bff..f1a038a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -220,6 +220,16 @@ # Or disable the firewall altogether. # networking.firewall.enable = false; + networking.firewall = { + enable = true; + allowedTCPPortRanges = [ + { from = 1714; to = 1764; } + ]; + allowedUDPPortRanges = [ + { from = 1714; to = 1764; } + ]; + }; + # networking.extraHosts = '' # 127.0.0.1 l.redsky.io # ::1 l.redsky.io diff --git a/home.nix b/home.nix index dfdb23f..ffc422b 100644 --- a/home.nix +++ b/home.nix @@ -19,7 +19,6 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: fprintd-tod freetube freetype - gamescope gcc ghostscript git-cola @@ -60,7 +59,6 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: slurp space-cadet-pinball lutris - steam sqlite stow swappy @@ -201,6 +199,8 @@ args@{ config, pkgs, split-monitor-workspaces, flatpaks, ... }: "flathub:app/com.github.tchx84.Flatseal//stable" "flathub:app/com.usebottles.bottles//stable" "flathub:app/info.beyondallreason.bar//stable" + "flathub:app/com.valvesoftware.Steam//stable" + "flathub:runtime/org.freedesktop.Platform.VulkanLayer.gamescope//stable" ]; };