1
0
Fork 0

Merge branch 'main' of ssh://code.8bitbuddhism.com/aires/nix-configuration

This commit is contained in:
Aires 2024-09-19 09:42:51 -04:00
commit 526a385c09
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ in
path = config.aux.system.corePackages;
script = ''
cd ${config.secrets.nixConfigFolder}
nh os build . --hostname Khanda
nixos-rebuild build --flake .#Khanda
'';
};
timers."build-hosts" = {

View file

@ -54,7 +54,7 @@ in
path = config.aux.system.corePackages;
script = ''
cd ${config.secrets.nixConfigFolder}
nh os build . --hostname Khanda
nixos-rebuild build --flake .#Khanda
'';
};
timers."build-hosts" = {