summaryrefslogtreecommitdiff
path: root/system-profiles/rebuild-machines
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-13 10:55:27 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-13 10:55:27 +0100
commite1a45d9b79a1deb02a5df2806f1825fb112f9448 (patch)
tree24cc0fe6d078c6e86a8cc19017fe954117bb28bd /system-profiles/rebuild-machines
parentfa246cd520aa2f2b369e8cb60a926f4d3844f942 (diff)
downloadnixos-e1a45d9b79a1deb02a5df2806f1825fb112f9448.tar
nixos-e1a45d9b79a1deb02a5df2806f1825fb112f9448.tar.gz
nixos-e1a45d9b79a1deb02a5df2806f1825fb112f9448.tar.bz2
nixos-e1a45d9b79a1deb02a5df2806f1825fb112f9448.tar.xz
nixos-e1a45d9b79a1deb02a5df2806f1825fb112f9448.zip
...
Diffstat (limited to 'system-profiles/rebuild-machines')
-rw-r--r--system-profiles/rebuild-machines/default.nix2
1 files changed, 1 insertions, 1 deletions
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 {
68 }; 68 };
69 }; 69 };
70 }; 70 };
71 default = { flake = { type = "git"; url = "ssh://${cfg.repoHost}/nixos"; ref = "flakes"; } flakeOutput = hostName; }; 71 default = { flake = { type = "git"; url = "ssh://${cfg.repoHost}/nixos"; ref = "flakes"; }; flakeOutput = hostName; };
72 description = '' 72 description = ''
73 The Flake URI of the NixOS configuration to build. 73 The Flake URI of the NixOS configuration to build.
74 ''; 74 '';