enable cachix deploy agent on all hosts
This commit is contained in:
parent
cebf6d9cd5
commit
5c7481a3aa
7 changed files with 64 additions and 3 deletions
modules/nixos/common
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./auto-upgrade.nix
|
||||
./deploy.nix
|
||||
../../shared/nix-daemon.nix
|
||||
./reboot.nix
|
||||
./security.nix
|
||||
|
|
|
@ -6,6 +6,4 @@
|
|||
enable = true;
|
||||
credentialsFile = config.sops.secrets.cachix-agent-token.path;
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue