roles/watch-store: unpin cachix
This commit is contained in:
parent
28610220e7
commit
7b1e436a49
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
sops.secrets.watch-store-token.sopsFile = ./nix-community-cache/secrets.yaml;
|
sops.secrets.watch-store-token.sopsFile = ./nix-community-cache/secrets.yaml;
|
||||||
|
@ -7,6 +7,5 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
cacheName = "nix-community";
|
cacheName = "nix-community";
|
||||||
cachixTokenFile = config.sops.secrets.watch-store-token.path;
|
cachixTokenFile = config.sops.secrets.watch-store-token.path;
|
||||||
package = pkgs.haskellPackages.cachix_1_3_3;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue