modules: refactor cachix secrets, watch-store
move cachix related files into directory
This commit is contained in:
parent
7f0c3d5ffd
commit
9f921e27c5
4 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,7 @@
|
|||
remote-builder-build04 = ./modules/nixos/remote-builder/build04.nix;
|
||||
remote-builder-darwin02 = ./modules/nixos/remote-builder/darwin02.nix;
|
||||
remote-builder-user = ./modules/nixos/remote-builder/user.nix;
|
||||
watch-store = ./modules/nixos/watch-store.nix;
|
||||
watch-store = ./modules/nixos/cachix/watch-store.nix;
|
||||
zfs = ./modules/nixos/zfs.nix;
|
||||
};
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@ in
|
|||
|
||||
sops.secrets.nix-community-cachix = {
|
||||
path = "/home/r-ryantm/.config/cachix/cachix.dhall";
|
||||
sopsFile = "${toString inputs.self}/modules/nixos/nix-community-cache/secrets.yaml";
|
||||
sopsFile = "${toString inputs.self}/modules/nixos/cachix/secrets.yaml";
|
||||
owner = "r-ryantm";
|
||||
group = "r-ryantm";
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
sops.secrets.watch-store-token.sopsFile = ./nix-community-cache/secrets.yaml;
|
||||
sops.secrets.watch-store-token.sopsFile = ./secrets.yaml;
|
||||
|
||||
services.cachix-watch-store = {
|
||||
enable = true;
|
Loading…
Add table
Reference in a new issue