Secrets: add agenix config
This commit is contained in:
parent
0257ccc3b7
commit
b6872b1694
10 changed files with 77 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, config, ... }: {
|
||||
services.cachix-watch-store = {
|
||||
enable = true;
|
||||
cacheName = "lelgenio";
|
||||
cachixTokenFile = "/etc/cachix-token";
|
||||
cachixTokenFile = config.age.secrets.lelgenio-cachix.path;
|
||||
};
|
||||
systemd.services.cachix-watch-store-agent.serviceConfig.TimeoutStopSec = 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue