From cb79e60b5044dd7aa4b2c3dbbcbf2e76b70eea20 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 21 Apr 2026 20:37:25 +0100 Subject: [PATCH] Update files --- home/impermanence.nix | 3 +++ system/networking.nix | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/home/impermanence.nix b/home/impermanence.nix index 6b6dfd4..a409979 100644 --- a/home/impermanence.nix +++ b/home/impermanence.nix @@ -18,12 +18,15 @@ ".config/obsidian" ".config/sinew.in" ".config/spotify" + ".config/Google" ".config/superProductivity" ".config/yazi/plugins" ".local/share/android" ".local/share/Enpass" ".local/share/Steam" ".local/share/direnv" + ".local/share/Google" + ".local/share/gradle" ".local/share/keyrings" ".local/share/krita" ".local/share/nvim" diff --git a/system/networking.nix b/system/networking.nix index feee474..32d57d8 100644 --- a/system/networking.nix +++ b/system/networking.nix @@ -20,6 +20,8 @@ 8002 8003 8004 + 2049 + 111 ]; allowedUDPPorts = [ 53317 @@ -27,6 +29,8 @@ 8002 8003 8004 + 2049 + 111 ]; extraCommands = " iptables -I nixos-fw 1 -i br+ -j ACCEPT