diff options
Diffstat (limited to 'blog/content/notes/tech/misc-linux-stuff.gmi')
| -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 +``` |
