about summary refs log tree commit diff stats
path: root/content/post
diff options
context:
space:
mode:
authorAlan Pearce2023-08-01 19:57:41 +0200
committerAlan Pearce2023-08-01 19:57:41 +0200
commit6aa46f8769eabe6f65e4ce3be0b428a5bef88cbc (patch)
treebf4462425e9c7e0be86e79ea251cfe4e8806a5eb /content/post
parentc1acd068edb548eb8fb5ddb1266c23c37e311867 (diff)
downloadwebsite-6aa46f8769eabe6f65e4ce3be0b428a5bef88cbc.tar.lz
website-6aa46f8769eabe6f65e4ce3be0b428a5bef88cbc.tar.zst
website-6aa46f8769eabe6f65e4ce3be0b428a5bef88cbc.zip
Fix formatting
Diffstat (limited to 'content/post')
-rw-r--r--content/post/nixos-on-nanopi-r5s.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/post/nixos-on-nanopi-r5s.md b/content/post/nixos-on-nanopi-r5s.md
index 83f25ef..7e466ae 100644
--- a/content/post/nixos-on-nanopi-r5s.md
+++ b/content/post/nixos-on-nanopi-r5s.md
@@ -14,10 +14,10 @@ From that SD card, I then flashed the same system onto the internal <abbr title=
 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`.