Skip to content

Commit

Permalink
hosts/nuc/hydra: remove cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Jul 5, 2023
1 parent 1f8a3a5 commit e01eabe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nixos/hosts/nuc/_hydra/dotfiles-channel-update.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
scriptArgs = "%I";
path = with pkgs; [
git
cachix
jq
config.nix.package
util-linux
Expand All @@ -69,7 +68,6 @@
Restart = "on-failure";
LoadCredential = [
"github-token:${config.sops.secrets."nano/github-token".path}"
"cachix-signing-key:${config.sops.secrets."cachix/linyinfeng".path}"
];
};
environment =
Expand All @@ -80,10 +78,6 @@
sopsFile = config.sops-file.get "common.yaml";
restartUnits = ["[email protected]"];
};
sops.secrets."cachix/linyinfeng" = {
sopsFile = config.sops-file.host;
restartUnits = ["[email protected]"];
};

services.notify-failure.services = ["dotfiles-channel-update@"];

Expand Down

0 comments on commit e01eabe

Please sign in to comment.