From 9ceddb33272e5fca6382c1b4dec2074bd1167738 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sat, 18 Jul 2026 23:04:53 +0200 Subject: Simplify config and add AdGuard DoH/DoT support - Replace the hand-rolled Podman OCI container for Actual Budget with the native services.actual module (available in the pinned nixpkgs release); the container never actually had a backend enabled, so it likely never ran. - Collapse cgit's Caddy routing to a single reverse proxy - the smart-HTTP git backend was already served on the same nginx vhost/port as cgit itself, so the separate /git/* -> 8085 route was dead and pointed at a port nothing listened on. - Drop the unused kvm-intel kernel module from the guest hardware profile, and rename disko's misleadingly-named ESP partition (it's ext4, not a real EFI System Partition). - Point common.nix's disabled autoUpgrade flake URL at this repo's own cgit hosting instead of a generic GitHub placeholder. - Add AdGuard Home DNS-over-TLS (853) and DNS-over-HTTPS (8443) support, backed by an independent ACME certificate (modules/acme.nix) issued via a webroot Caddy serves on port 80. Co-Authored-By: Claude Sonnet 5 --- hosts/eurovm/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/eurovm/default.nix') diff --git a/hosts/eurovm/default.nix b/hosts/eurovm/default.nix index 6c92b67..b487644 100644 --- a/hosts/eurovm/default.nix +++ b/hosts/eurovm/default.nix @@ -6,6 +6,7 @@ ./disko.nix ../../modules/common.nix ../../modules/sops.nix + ../../modules/acme.nix ../../modules/caddy.nix ../../modules/adguard.nix ../../modules/miniflux.nix -- cgit v1.3.1