Fix formatting
Alan Pearce alan@alanpearce.eu
Tue, 01 Aug 2023 19:57:41 +0200
1 files changed, 4 insertions(+), 4 deletions(-)
jump to
M post/nixos-on-nanopi-r5s.md → post/nixos-on-nanopi-r5s.md
@@ -14,10 +14,10 @@ I had nix already installed on the <abbr title="Non-Volatile Memory Express">NVMe</abbr> <abbr title="Solid-State Drive">SSD</abbr> along with a home directory. I bind-mounted `/nix` and `/home` following the fstab I had previously set up: ```conf -UUID=replaceme /mnt ext4 relatime,lazytime 0 2 -/mnt/nix /nix none defaults,bind 0 0 -/mnt/srv /srv none defaults,bind 0 0 -/mnt/home /home none defaults,bind 0 0 +UUID=replaceme /mnt ext4 relatime,lazytime 0 2 +/mnt/nix /nix none defaults,bind 0 0 +/mnt/srv /srv none defaults,bind 0 0 +/mnt/home /home none defaults,bind 0 0 ``` I then created a user for myself using that home directory, I had full access to nix in the new Debian environment. This meant I had access to `nixos-install`.