1
0
Fork 0

Hosts: fix build script permissions issue

This commit is contained in:
Aires 2024-09-19 09:34:59 -04:00
parent d90808d33f
commit a1a92456fe
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" = {