feat: add formatter
This commit is contained in:
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
0
system/dev/dn-server/network/default.nix
Normal file → Executable file
0
system/dev/dn-server/network/nginx.nix
Normal file → Executable file
0
system/dev/dn-server/network/nginx.nix
Normal file → Executable file
4
system/dev/dn-server/network/services.nix
Normal file → Executable file
4
system/dev/dn-server/network/services.nix
Normal file → Executable 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
0
system/dev/dn-server/network/step-ca.nix
Normal file → Executable file
0
system/dev/dn-server/network/wireguard.nix
Normal file → Executable file
0
system/dev/dn-server/network/wireguard.nix
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue