added rss downloader

This commit is contained in:
2026-08-01 12:03:22 +02:00
parent b230720ab5
commit af6e5b99cd
5 changed files with 34 additions and 4 deletions
+1
View File
@@ -49,6 +49,7 @@
networking.firewall.allowedTCPPorts = [ 80 443 /* HTTP */ 111 2049 4000 4001 4002 20048 /* NFS */ 3923 /* copyparty */ ];
networking.firewall.allowedUDPPorts = [ 111 2049 4000 4001 4002 20048 /* NFS */ ];
networking.firewall.trustedInterfaces = [ "tailscale0" ];
programs.zsh.enable = true;
security.polkit.enable = true;