Add required dependencies to auto-upgrade service

This commit is contained in:
coolneng 2023-04-02 22:43:36 +02:00
parent a542c7dd04
commit cb33074baa
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 1 deletions

View File

@ -129,7 +129,8 @@ with pkgs;
"--commit-lock-file"
];
};
# Add git-crypt to the auto-upgrade service
# Add required dependencies to the auto-upgrade service
systemd.services.nixos-upgrade.path = [
coreutils
gnutar
@ -139,6 +140,7 @@ with pkgs;
config.nix.package.out
config.programs.ssh.package
git-crypt
inputs.agenix.packages.x86_64-linux.default
];
# Configure git for auto-upgrade