remote upgrade for aarch64
This commit is contained in:
parent
785221ba74
commit
4ee18a6555
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, lib, config, ... }:
|
||||||
{
|
{
|
||||||
programs.git.enable = true;
|
programs.git.enable = true;
|
||||||
programs.nh = {
|
programs.nh = {
|
||||||
|
@ -22,6 +22,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
|
flags = lib.lists.optionals config.nixpkgs.hostPlatform.isAarch64 [ "--build-host" "zeus" ];
|
||||||
rebootWindow = {
|
rebootWindow = {
|
||||||
lower = "02:00";
|
lower = "02:00";
|
||||||
upper = "06:00";
|
upper = "06:00";
|
||||||
|
|
Loading…
Reference in a new issue