chore: nf-fmt-nix

This commit is contained in:
arcnmx 2024-05-13 15:13:58 -07:00
parent 7486517713
commit 9903866044
160 changed files with 4570 additions and 3019 deletions

View file

@ -40,9 +40,11 @@
allow = mkEnableOption "tailscale TCP connections";
};
int = {
allow = mkEnableOption "internal TCP connections" // {
default = config.authentication.local.allow;
};
allow =
mkEnableOption "internal TCP connections"
// {
default = config.authentication.local.allow;
};
};
local = {
allow = mkEnableOption "local TCP connections";