Merge branch 'main' of ssh://code.8bitbuddhism.com/aires/nix-configuration
This commit is contained in:
commit
526a385c09
|
@ -51,7 +51,7 @@ in
|
||||||
path = config.aux.system.corePackages;
|
path = config.aux.system.corePackages;
|
||||||
script = ''
|
script = ''
|
||||||
cd ${config.secrets.nixConfigFolder}
|
cd ${config.secrets.nixConfigFolder}
|
||||||
nh os build . --hostname Khanda
|
nixos-rebuild build --flake .#Khanda
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
timers."build-hosts" = {
|
timers."build-hosts" = {
|
||||||
|
|
|
@ -54,7 +54,7 @@ in
|
||||||
path = config.aux.system.corePackages;
|
path = config.aux.system.corePackages;
|
||||||
script = ''
|
script = ''
|
||||||
cd ${config.secrets.nixConfigFolder}
|
cd ${config.secrets.nixConfigFolder}
|
||||||
nh os build . --hostname Khanda
|
nixos-rebuild build --flake .#Khanda
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
timers."build-hosts" = {
|
timers."build-hosts" = {
|
||||||
|
|
Loading…
Reference in a new issue