host/oparic: update container-flake, mount sops age key into container
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user