mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
chore: nf-fmt-nix
This commit is contained in:
parent
5f163df9ec
commit
7e82a12236
5 changed files with 126 additions and 104 deletions
|
|
@ -6,7 +6,11 @@
|
|||
inherit (gensokyo-zone.lib) mkAlmostOptionDefault;
|
||||
inherit (lib.modules) mkIf;
|
||||
in {
|
||||
config.exports.services.cloudflared = {config, systemConfig, ...}: let
|
||||
config.exports.services.cloudflared = {
|
||||
config,
|
||||
systemConfig,
|
||||
...
|
||||
}: let
|
||||
assertMetrics = nixosConfig: let
|
||||
cfg = nixosConfig.services.cloudflared;
|
||||
metricsPort =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue