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
|
@ -6,7 +6,7 @@ in
|
|||
services.radarr = {
|
||||
enable = true;
|
||||
};
|
||||
services.caddy.virtualHosts."http://${domain}".extraConfig = ''
|
||||
services.caddy.virtualHosts."${domain}".extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:${toString config.services.radarr.settings.server.port}
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue