Compare commits

..

13 commits

Author SHA1 Message Date
6d4dc82430
test attic cache from ci 2025-07-04 19:31:34 +02:00
b772a86766
allow consuming attic cache from ci runner 2025-07-04 19:31:34 +02:00
63e155d5b6
enquote attic env values for use in source attic.env 2025-07-04 19:31:34 +02:00
b9bff48bfc
add generator dependency 2025-07-04 19:31:34 +02:00
c69f913f42
moar extraDependencies 2025-07-04 19:31:34 +02:00
a783d00d49
[wip] handling env file (still fails)
rm unused dep nix-templating

fix imports
2025-07-04 19:31:33 +02:00
8c3be9dee1
use templating fork 2025-07-04 19:31:33 +02:00
b2735924c2
add tests, fix some things
upgrade memory to resolve oom
2025-07-04 19:31:33 +02:00
c46e48c997
move from dev to operator
revert

add qemu import
2025-07-04 19:31:33 +02:00
61a2b2ce49
WIP: add attic cache, see #92
flesh out attic

TODO keys nginx-port testing

fix key

fix key
2025-07-04 19:31:33 +02:00
6faf848140
resolve regressions from recent qemu files
- move import to match module classes
- manually import sources to resolve infinite recursion
2025-07-04 19:31:33 +02:00
433d0dc278
use mkDefault to prevent acme clash in tests 2025-07-04 19:30:18 +02:00
fb376b4684
reinstate acme settings needed by applications 2025-07-04 15:45:17 +02:00

View file

@ -70,7 +70,7 @@ in
config = {
## FIXME: This should clearly go somewhere else; and we should have a
## `staging` vs. `production` setting somewhere.
security.acme = {
security.acme = lib.mkDefault {
acceptTerms = true;
defaults.email = "something@fediversity.net";
# defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";