Use harmonia from unstable
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
Torjus Håkestad 2025-02-24 19:05:33 +01:00
parent 298f2372ca
commit d63d891231
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ config, unstable, ... }:
{
sops.secrets."cache-secret" = {
sopsFile = ../../secrets/nix-cache01/cache-secret;
@ -7,6 +7,7 @@
services.harmonia = {
enable = true;
package = unstable.harmonia;
signKeyPaths = [ config.sops.secrets.cache-secret.path ];
};
}