Tried NixOS !
So I tried nixos and I love how things work, I am glad that it exists. Will learn about Flakes today. Any recommended resource to learn it? :)
@nixos@lemmy.ml
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 .#hostname, at least for the initial run. After that .# can evaluate which host is being rebuilt.
.#hostname
.#
@zonsopkomst@lemmy.ml @ck_ haha, on lemmy, I was trying to add .#\, but \ kept getting deleted. Markdown??
.#\
\
All about NixOS - https://nixos.org/
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
.#hostname
, 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??