Hosts: fix build script permissions issue
This commit is contained in:
parent
d90808d33f
commit
a1a92456fe
|
@ -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" = {
|
||||
|
|
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue