1
0

hosts/hydra-1: Migrate secrets to sops

This commit is contained in:
2024-04-21 18:45:15 +02:00
parent 7e5a2fa2ec
commit f252ab71eb
5 changed files with 28 additions and 22 deletions

View File

@@ -79,7 +79,7 @@
services.harmonia = {
enable = true;
settings.bind = "[::1]:5005";
signKeyPath = config.age.secrets.nix-cache-key.path;
signKeyPath = config.sops.secrets.nix-cache-key.path;
};
services.nginx.enable = true;