this post was submitted on 03 Oct 2023
13 points (93.3% liked)
nixos
1262 readers
6 users here now
All about NixOS - https://nixos.org/
founded 4 years ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yeah, true, valid point. Guess I never thoughg about rebuilding from anywhere not
/etc/nixos
FYI you can do:
nixos-rebuild switch --flake git+https://yourgithost.com/yourrepo
Also, depending on how the flake is setup, you might also have to add
.#
, at least for the initial run. After that.#
can evaluate which host is being rebuilt.@zonsopkomst@lemmy.ml @ck_ haha, on lemmy, I was trying to add
.#\
, but\
kept getting deleted. Markdown??