diff options
| author | Franck Cuny <franck@fcuny.net> | 2026-01-01 09:29:35 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2026-01-01 09:29:35 -0800 |
| commit | d9768ec54e5b7820bb7bf3af5ddd91419349c6d3 (patch) | |
| tree | 6f54f61c82b0f7f57503cdc1b837473b7c1c38f4 /machines | |
| parent | don't configure jovian just yet (diff) | |
| download | infra-d9768ec54e5b7820bb7bf3af5ddd91419349c6d3.tar.gz | |
combine acme and reverse proxy configuration
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/argonath.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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} = { |
