DO NOT BRING YOUR PHONE
- 0 Posts
- 8 Comments
Joined 3 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.
420
h e h
eneff@discuss.tchncs.deto
Nix / NixOS@programming.dev•Can configuration.nix be a symlink?English
6·1 year agoFYI – 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/mynixosrepoThe default fragment name used is the current hostname of the machine, so it can be omitted most of the time.
Those came to my mind immediately, too!
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·3 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.



does it?