1
0
Fork 0

Dimaga: fix typo in build-hosts service

This commit is contained in:
Aires 2024-08-12 20:30:27 -04:00
parent b2fe1e4aa0
commit 3e7f7572fd

View file

@ -58,7 +58,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 nh os build . --hostname Khanda
''; '';
}; };
systemd.timers."build-hosts" = { systemd.timers."build-hosts" = {