mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
7486517713
commit
9903866044
160 changed files with 4570 additions and 3019 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue