diff options
| author | alex <alex@pdp7.net> | 2026-05-12 15:31:08 +0000 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-05-12 15:31:08 +0000 |
| commit | d4c660d24e2891c656be979d0de5cab66b045fc8 (patch) | |
| tree | ab2076e03357704758b748ef97f2258a0fae981c | |
| parent | c79d479d8d5252c9fd1a29d83c99f75d531b4e31 (diff) | |
Document Nix flake usage without rootmaster
| -rw-r--r-- | blog/content/notes/tech/misc-linux-stuff.gmi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/blog/content/notes/tech/misc-linux-stuff.gmi b/blog/content/notes/tech/misc-linux-stuff.gmi index a5521f1f..fd881dac 100644 --- a/blog/content/notes/tech/misc-linux-stuff.gmi +++ b/blog/content/notes/tech/misc-linux-stuff.gmi @@ -114,3 +114,13 @@ Then bring the tap0 interface up and configure IP addresses on both hosts. # ip link set tap0 up # ip addr add $IP/$NETMASK dev tap0 ``` + +## Using a Nix flake without using root to install Nix + +=> https://nixos.wiki/wiki/Nix_Installation_Guide#nix-user-chroot Follow the nix-user-chroot installation instructions in the Nix wiki. + +To enter an environment with the Nix flake configuration, run the following command: + +``` +nix --extra-experimental-features nix-command --extra-experimental-features flakes develop +``` |
