diff --git a/flake.lock b/flake.lock index b9e50f8..c3c7791 100644 --- a/flake.lock +++ b/flake.lock @@ -879,11 +879,11 @@ "tools": "tools" }, "locked": { - "lastModified": 1704898915, - "narHash": "sha256-VJuFkb/DhTYJrokxohVcuyBHxBKiau1dS3IaJuMdH+Y=", + "lastModified": 1704985258, + "narHash": "sha256-fpeXqhHzKsoCfTaCSNxr+ZxddD4LBwAbGAc8/PbrXmg=", "owner": "RGBCube", "repo": "Site", - "rev": "1ddd22e59d050e9821a96d565d35e32360391b0a", + "rev": "5d958027300049e40ee8bd18a48d9e49b0c1c8a5", "type": "github" }, "original": { diff --git a/hosts/cube/acme.nix b/hosts/cube/acme.nix index ef74d02..6ba438f 100644 --- a/hosts/cube/acme.nix +++ b/hosts/cube/acme.nix @@ -1,10 +1,6 @@ { config, ulib, ... }: with ulib; serverSystemConfiguration { - age.secrets.acme = { - owner = "acme"; - }; - security.acme = { acceptTerms = true; @@ -16,6 +12,6 @@ serverSystemConfiguration { group = "nginx"; }; - certs."rgbcu.be".extraDomainNames = [ "*.rgbcu.be" ]; + certs."rgbcu.be".domain = "*.rgbcu.be"; }; }