configurations for my servers and desktops
nix nixos flake dots dotfiles

revert: fix: test something

+1 -1
+1 -1
hosts/bluepill/services/samba.nix
··· 69 69 70 70 # NFS shares (testing) 71 71 72 - networking.firewall = { 72 + networking.firewall.interfaces.tailscale0 = { 73 73 allowedTCPPorts = [111 2049 4000 4001 4002 20048]; 74 74 allowedUDPPorts = [111 2049 4000 4001 4002 20048]; 75 75 };