From 3e7f7572fdec32858455883d16b16ad5753d80e9 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 12 Aug 2024 20:30:27 -0400 Subject: [PATCH] Dimaga: fix typo in build-hosts service --- hosts/Dimaga/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Dimaga/default.nix b/hosts/Dimaga/default.nix index 68be6ac..d28944e 100644 --- a/hosts/Dimaga/default.nix +++ b/hosts/Dimaga/default.nix @@ -58,7 +58,7 @@ in path = config.aux.system.corePackages; script = '' cd ${config.secrets.nixConfigFolder} - nh os build --hostname Khanda + nh os build . --hostname Khanda ''; }; systemd.timers."build-hosts" = {