Compare commits

...

1 commit

Author SHA1 Message Date
df0c36276f
mv acme logic out of panel test 2025-10-22 14:59:06 +02:00

View file

@ -1,5 +1,4 @@
{
inputs,
lib,
hostPkgs,
config,
@ -151,17 +150,6 @@ in
(import ../../../panel { }).module
];
## FIXME: This should be in the common stuff.
security.acme = {
acceptTerms = true;
defaults.email = "test@test.com";
defaults.server = "https://acme.test/dir";
};
security.pki.certificateFiles = [
(import "${inputs.nixpkgs}/nixos/tests/common/acme/server/snakeoil-certs.nix").ca.cert
];
networking.extraHosts = "${config.acmeNodeIP} acme.test";
services.panel = {
enable = true;
production = true;