tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: test something
devins.page
3 months ago
9f32fd8a
d211a935
+1
-1
1 changed file
expand all
collapse all
unified
split
hosts
bluepill
services
samba.nix
+1
-1
hosts/bluepill/services/samba.nix
···
69
69
70
70
# NFS shares (testing)
71
71
72
72
-
networking.firewall.interfaces.tailscale0 = {
72
72
+
networking.firewall = {
73
73
allowedTCPPorts = [111 2049 4000 4001 4002 20048];
74
74
allowedUDPPorts = [111 2049 4000 4001 4002 20048];
75
75
};