Use harmonia from unstable
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
This commit is contained in:
parent
298f2372ca
commit
d63d891231
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user