add nix store path to age

This commit is contained in:
Noa Aarts 2024-10-21 12:59:06 +02:00
parent a040725eb3
commit f010e085c2
Signed by: noa
GPG key ID: 1850932741EFF672
4 changed files with 12 additions and 4 deletions

View file

@ -148,6 +148,7 @@
secrets = {
"secrets/token-flurry".file = ../../secrets/github/flurry.age;
"secrets/token-nixconf".file = ../../secrets/github/nixconf.age;
"secrets/nix-store-key".file = ../../secrets/nix-serve/private.age;
};
};
@ -155,7 +156,7 @@
nix-serve = {
enable = true;
package = pkgs.nix-serve-ng;
secretKeyFile = "/secrets/nix-store-key.pem";
secretKeyFile = config.age.secrets."secrets/nix-store-key".path;
port = 22332;
};
github-runners = {