disable nixpkgs-update

while we resolve https://github.com/ryantm/nixpkgs-update/issues/213
This commit is contained in:
Ryan Mulligan 2020-06-10 22:07:55 -07:00
parent 6d346c0bb4
commit 60570ca089

View file

@ -55,7 +55,7 @@ in
systemd.services.nixpkgs-update = {
description = "nixpkgs-update service";
enable = true;
enable = false;
restartIfChanged = false;
path = nixpkgsUpdateSystemDependencies;
environment.XDG_CONFIG_HOME = "/var/lib/nixpkgs-update";
@ -84,7 +84,7 @@ in
systemd.timers.nixpkgs-update = {
description = "nixpkgs-update";
enable = true;
enable = false;
timerConfig = { OnCalendar = "daily"; };
};