Compare commits

..

17 commits

Author SHA1 Message Date
5bac5bda1b
enquote CI command 2025-07-05 22:21:15 +02:00
5a7bfd64c6
still go thru shell to actually load it 2025-07-05 22:21:15 +02:00
ed5ae5fef0
pull attic-client into shell as CI is missing <nixpkgs> for nix-shell 2025-07-05 22:21:15 +02:00
c5ec490ee7
collapse caching ci test, given it seems to not carry over variables between steps 2025-07-05 22:21:15 +02:00
8e8cca2f03
test attic cache from ci 2025-07-05 22:21:15 +02:00
365c38eb02
allow consuming attic cache from ci runner 2025-07-05 22:21:15 +02:00
1bb6a3de65
enquote attic env values for use in source attic.env 2025-07-05 22:21:15 +02:00
340661959a
add generator dependency 2025-07-05 22:21:15 +02:00
a482c88519
moar extraDependencies 2025-07-05 22:21:15 +02:00
ef859900a2
[wip] handling env file (still fails)
rm unused dep nix-templating

fix imports
2025-07-05 22:21:15 +02:00
e2976981dd
use templating fork 2025-07-05 22:21:15 +02:00
ffb8e6e70f
add tests, fix some things
upgrade memory to resolve oom
2025-07-05 22:21:15 +02:00
c27d69dcf9
move from dev to operator
revert

add qemu import
2025-07-05 22:21:15 +02:00
86d2fc728a
WIP: add attic cache, see #92
flesh out attic

TODO keys nginx-port testing

fix key

fix key
2025-07-05 22:21:15 +02:00
c057043020
ensure bare-metal fileSystems override default, resolves definition conflict on nixops4 apply forgejo-ci 2025-07-05 22:21:15 +02:00
2307fbcb52
resolve regressions from recent qemu files
- move import to match module classes
- manually import sources to resolve infinite recursion
2025-07-05 22:21:15 +02:00
cc85ec2fc5
actually pass a priority level fitting my description 2025-07-05 22:14:02 +02:00

View file

@ -72,7 +72,7 @@ in
## `staging` vs. `production` setting somewhere.
# use a priority higher than mkDefault for panel deployment to work,
# yet lower than default so this will not clash with the setting in tests.
security.acme = lib.modules.defaultOverridePriority {
security.acme = lib.modules.mkOverride 900 {
acceptTerms = true;
defaults.email = "something@fediversity.net";
# defaults.server = "https://acme-staging-v02.api.letsencrypt.org/directory";