forked from mirrors_public/oddlama_nix-config
chore: update persist immich containers, add nix-ld on kroma, disable
STT until jaxlib is fixed
This commit is contained in:
parent
09c4531854
commit
fe75b5b78c
7 changed files with 45 additions and 41 deletions
|
@ -149,6 +149,13 @@ in {
|
|||
# Forwarding required to masquerade podman network
|
||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||
|
||||
environment.persistence."/state".directories = [
|
||||
{
|
||||
directory = "/var/lib/containers";
|
||||
mode = "0755";
|
||||
}
|
||||
];
|
||||
|
||||
# Mirror the original oauth2 secret
|
||||
age.secrets.immich-oauth2-client-secret = {
|
||||
inherit (nodes.ward-kanidm.config.age.secrets.kanidm-oauth2-immich) rekeyFile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue