Those came to my mind immediately, too!
- 0 Posts
- 5 Comments
Joined 2 years ago
Cake day: June 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
FYI you can do:
nixos-rebuild switch --flake git+https://yourgithost.com/yourrepo
eneff@discuss.tchncs.detonixos@lemmy.ml•long-term Nix and NixOS users, why do you still use Nix/NixOS? Has your interest about it diminish?12·2 years agoI’ve only been using it for about a year, but as of now I can’t imagine ever going back to imperative system configuration. Having my infrastructure declared in its entirety by a version controlled code base is just too comfy.
FYI – The reference to the flake doesn’t have to be a path, but can also point to git repositories. This let’s you do fun stuff like:
nixos-rebuild switch --flake github:myusername/mynixosrepo
The default fragment name used is the current hostname of the machine, so it can be omitted most of the time.