Compare commits

...

2 Commits

Author SHA1 Message Date
3f5a598f0b hippocampus: binfmt: riscv: static 2025-08-09 11:10:22 -04:00
d43e89900b hippocampus: tandoor: fix image issue 2025-08-09 11:10:03 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -2,4 +2,5 @@
boot.binfmt.emulatedSystems = [
"riscv64-linux"
];
boot.binfmt.preferStaticEmulators = true;
}

View File

@@ -18,7 +18,8 @@ in {
};
systemd.services.tandoor-recipes = {
environment.GUNICORN_MEDIA = lib.mkForce null;
# https://github.com/TandoorRecipes/recipes/issues/3617
environment.GUNICORN_MEDIA = "1"; #lib.mkForce null;
serviceConfig = {
EnvironmentFile = config.sops.secrets.tandoor-pass.path;
};