1
0
Этот коммит содержится в:
2019-08-12 16:34:29 +00:00
родитель c263876d9e
Коммит 910af69b99

Просмотреть файл

@ -53,7 +53,7 @@ in {
# force update all channels
systemd.services.nixos-upgrade.serviceConfig.ExecStartPre =
"${pkgs.nix}/bin/nix-channel --update";
"/bin/sh -c '${pkgs.nix}/bin/nix-channel --update'";
systemd.timers.nixos-upgrade.timerConfig.OnBootSec = "30m";
systemd.timers.nixos-upgrade.timerConfig.Persistent = true;