This commit is contained in:
xinyangli 2024-07-30 11:31:27 +08:00
parent 2d995896c2
commit 62fe085b31
Signed by: xin
SSH key fingerprint: SHA256:qZ/tzd8lYRtUFSrfBDBMcUqV4GHKxqeqRA3huItgvbk
3 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ in
};
};
config = mkMerge [{
config = mkIf cfg.enable (mkMerge [{
services.caddy.globalConfig = ''
servers {
metrics
@ -91,5 +91,5 @@ in
})
];
}
];
]);
}