Add required dependencies to auto-upgrade service
This commit is contained in:
parent
a542c7dd04
commit
cb33074baa
|
@ -129,7 +129,8 @@ with pkgs;
|
||||||
"--commit-lock-file"
|
"--commit-lock-file"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# Add git-crypt to the auto-upgrade service
|
|
||||||
|
# Add required dependencies to the auto-upgrade service
|
||||||
systemd.services.nixos-upgrade.path = [
|
systemd.services.nixos-upgrade.path = [
|
||||||
coreutils
|
coreutils
|
||||||
gnutar
|
gnutar
|
||||||
|
@ -139,6 +140,7 @@ with pkgs;
|
||||||
config.nix.package.out
|
config.nix.package.out
|
||||||
config.programs.ssh.package
|
config.programs.ssh.package
|
||||||
git-crypt
|
git-crypt
|
||||||
|
inputs.agenix.packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
|
|
||||||
# Configure git for auto-upgrade
|
# Configure git for auto-upgrade
|
||||||
|
|
Loading…
Reference in New Issue