1
Fork 0

Set up ddclient

This commit is contained in:
prescientmoon 2024-04-07 12:11:57 +02:00
commit aa1a468534
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
10 changed files with 62 additions and 60 deletions
hosts/nixos/common/optional/services

View file

@ -1,5 +1,5 @@
{
imports = [ ./acme ];
imports = [ ./acme.nix ];
services.nginx = {
enable = true;
recommendedGzipSettings = true;