remote upgrade for aarch64

This commit is contained in:
Chris Dombroski 2024-11-13 11:05:23 -05:00
parent 785221ba74
commit 4ee18a6555

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, config, ... }:
{
programs.git.enable = true;
programs.nh = {
@ -22,6 +22,7 @@
enable = true;
flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git";
allowReboot = true;
flags = lib.lists.optionals config.nixpkgs.hostPlatform.isAarch64 [ "--build-host" "zeus" ];
rebootWindow = {
lower = "02:00";
upper = "06:00";