enable cachix deploy agent on all hosts

This commit is contained in:
zowoq 2023-09-13 16:34:24 +10:00
parent cebf6d9cd5
commit 5c7481a3aa
7 changed files with 64 additions and 3 deletions

View file

@ -2,6 +2,7 @@
{
imports = [
./auto-upgrade.nix
./deploy.nix
../../shared/nix-daemon.nix
./reboot.nix
./security.nix

View file

@ -6,6 +6,4 @@
enable = true;
credentialsFile = config.sops.secrets.cachix-agent-token.path;
};
system.autoUpgrade.enable = false;
}