mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-13 15:51:09 +02:00
dns fuckery
This commit is contained in:
parent
5f43998de8
commit
f8eee37e51
12 changed files with 62 additions and 20 deletions
|
@ -1,7 +1,8 @@
|
|||
{ config, ... }:
|
||||
{ config, caddy-patched, ... }:
|
||||
{
|
||||
services.caddy = {
|
||||
enable = true;
|
||||
# package = caddy-patched.packages.x86_64-linux.default;
|
||||
email = "ca@${config.networking.domain}";
|
||||
logFormat = "format console";
|
||||
globalConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue