feat: add formatter

This commit is contained in:
danny 2026-01-10 12:46:40 +08:00
parent d036cf224a
commit cf005ff872
269 changed files with 369 additions and 226 deletions

0
system/dev/dn-server/network/default.nix Normal file → Executable file
View file

0
system/dev/dn-server/network/nginx.nix Normal file → Executable file
View file

4
system/dev/dn-server/network/services.nix Normal file → Executable file
View file

@ -5,9 +5,11 @@
...
}:
let
inherit (builtins) concatStringsSep;
inherit (config.systemConf) username security;
inherit (lib) concatStringsSep mkForce optionalString;
inherit (lib) mkForce optionalString;
inherit (helper.nftables) mkElementsStatement;
netbirdCfg = config.services.netbird;
ethInterface = "enp0s31f6";

0
system/dev/dn-server/network/step-ca.nix Normal file → Executable file
View file

0
system/dev/dn-server/network/wireguard.nix Normal file → Executable file
View file