We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c3fd8 commit 83ed210Copy full SHA for 83ed210
README.md
@@ -23,6 +23,10 @@ nixos-generate-config --show-hardware-config > ./hosts/${new_host}.nix
23
# ensure configuration lives in expected location
24
ln -s $PWD /etc/nixos
25
26
+# a flake is vcs based, so only git aware files are bundled
27
+# adding a new file to staging is enough
28
+git add ./hosts/${new_host}.nix
29
+
30
# `rebuild` wrapper for `nix build` bypassing `nixos-rebuild`
31
# Usage: rebuild [host] {switch|boot|test|dry-activate}
32
0 commit comments