disable nixpkgs-update
while we resolve https://github.com/ryantm/nixpkgs-update/issues/213
This commit is contained in:
parent
6d346c0bb4
commit
60570ca089
1 changed files with 2 additions and 2 deletions
|
@ -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"; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue