6 lines
100 B
Nix
6 lines
100 B
Nix
{
|
|
networking.firewall = {
|
|
enable = true;
|
|
trustedInterfaces = ["eno1" "tailscale0"];
|
|
};
|
|
} |