From e1a45d9b79a1deb02a5df2806f1825fb112f9448 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 13 Mar 2022 10:55:27 +0100 Subject: ... --- system-profiles/rebuild-machines/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-profiles/rebuild-machines/default.nix b/system-profiles/rebuild-machines/default.nix index e434d2e4..09832e73 100644 --- a/system-profiles/rebuild-machines/default.nix +++ b/system-profiles/rebuild-machines/default.nix @@ -68,7 +68,7 @@ in { }; }; }; - default = { flake = { type = "git"; url = "ssh://${cfg.repoHost}/nixos"; ref = "flakes"; } flakeOutput = hostName; }; + default = { flake = { type = "git"; url = "ssh://${cfg.repoHost}/nixos"; ref = "flakes"; }; flakeOutput = hostName; }; description = '' The Flake URI of the NixOS configuration to build. ''; -- cgit v1.2.3