From d9768ec54e5b7820bb7bf3af5ddd91419349c6d3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 1 Jan 2026 09:29:35 -0800 Subject: combine acme and reverse proxy configuration --- machines/argonath.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines') diff --git a/machines/argonath.nix b/machines/argonath.nix index b35915d..1677600 100644 --- a/machines/argonath.nix +++ b/machines/argonath.nix @@ -1,7 +1,6 @@ { adminUser, ... }: { imports = [ - ../profiles/acme.nix ../profiles/core-metrics.nix ../profiles/defaults.nix ../profiles/disk/basic-vm.nix @@ -16,6 +15,8 @@ networking.hostName = "argonath"; + age.secrets.acme-cloudflare-env.file = ../secrets/acme-cloudflare-env.age; + system.stateVersion = "25.05"; # Did you read the comment? home-manager.users.${adminUser.name} = { -- cgit v1.2.3