summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hill <daniel@gluo.nz>2022-10-31 18:40:10 +1300
committerDaniel Hill <daniel@gluo.nz>2022-10-31 18:40:10 +1300
commitfc050ca7a7a3e9d440a1b944e3908c2604c065c7 (patch)
treebc88d298f0a34e00d040070c6bee2229777257c7
parente993c948e88675873d416e1833dc4b3ee4da64c8 (diff)
forgot a file
-rw-r--r--TestServerSetup.mdwn4
-rw-r--r--sidebar.mdwn1
2 files changed, 3 insertions, 2 deletions
diff --git a/TestServerSetup.mdwn b/TestServerSetup.mdwn
index 9f78a2e..7cc79ac 100644
--- a/TestServerSetup.mdwn
+++ b/TestServerSetup.mdwn
@@ -34,7 +34,7 @@ For the AArch64 machines we have boot on `nvme0n1p1`, and root on RAID0 `nvme[01
└─nvme0n1p2 259:5 0 893.3G 0 part
└─md127 9:127 0 1.7T 0 raid0 /nix/store
/
-# System setup.
+# System setup
Read **BUT DO NOT RUN**, the installation steps in the [manual](https://nixos.org/manual/nixos/stable/index.html#sec-installation-installing).
@@ -54,7 +54,7 @@ Run our custom setup script (this automates `nixos-generate-config`):
./setup.sh <new HostName for machine>
-given the command `./setup.sh farm2` this will create 2 files, `farm2.nix` `farm2-hw.nix`, and symlink those to `configuration.nix` and `hardware-configuration.nix` respectively. `farm.nix` will have `common.nix` imported, and Host name set.
+given the command `./setup.sh farm2` this will create 2 files, `farm2.nix` `farm2-hw.nix`, and symlink those to `configuration.nix` and `hardware-configuration.nix` respectively. `farm.nix` will have `common.nix` imported, and host name set.
`common.nix` comes with a bunch of tools and ssh keys setup for root make changes if needed.
diff --git a/sidebar.mdwn b/sidebar.mdwn
index d8802f1..7ad6288 100644
--- a/sidebar.mdwn
+++ b/sidebar.mdwn
@@ -8,6 +8,7 @@
* Development
* [[Todo]]
* [[IoTunables]]
+ * [[TestServerSetup]]
* Bcachefs developer documentation
* [[Architecture]]
* [[BtreeIterators]]