Compare commits

..

12 commits

Author SHA1 Message Date
eb26d7c607
test attic cache from ci 2025-07-04 19:24:32 +02:00
828eb2387f
allow consuming attic cache from ci runner 2025-07-04 19:23:41 +02:00
dbfe69a6dc
enquote attic env values for use in source attic.env 2025-07-04 19:22:59 +02:00
e0887ce975
add generator dependency 2025-07-04 15:47:47 +02:00
7b63266baf
moar extraDependencies 2025-07-04 15:47:47 +02:00
f3fbc592c4
[wip] handling env file (still fails)
rm unused dep nix-templating

fix imports
2025-07-04 15:47:47 +02:00
3260f9fc03
use templating fork 2025-07-04 15:47:47 +02:00
57b620b9eb
add tests, fix some things
upgrade memory to resolve oom
2025-07-04 15:47:47 +02:00
7d19bafc85
move from dev to operator
revert

add qemu import
2025-07-04 15:47:47 +02:00
e66a28290a
WIP: add attic cache, see #92
flesh out attic

TODO keys nginx-port testing

fix key

fix key
2025-07-04 15:47:47 +02:00
379c612957
reinstate acme settings needed by applications 2025-07-04 15:47:46 +02:00
9eabd56ee9
resolve regressions from recent qemu files
- move import to match module classes
- manually import sources to resolve infinite recursion
2025-07-03 17:34:10 +02:00

View file

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