host/oparic: update container-flake, mount sops age key into container

This commit is contained in:
2026-05-17 19:34:07 +08:00
parent 8aac9b5cbc
commit ae0fc05e6d
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -140,6 +140,10 @@
hostPath = "/home/origami/data";
isReadOnly = false;
};
bindMounts."/var/lib/sops-nix/key.txt" = {
hostPath = "/home/origami/data/sops-age-key.txt";
isReadOnly = true;
};
forwardPorts = [{
containerPort = 80;
hostPort = 40000;