summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-05 07:30:49 -0400
committerseth <[email protected]>2024-07-09 15:38:51 -0400
commit5fe2777acda756ae69f59e084afd9f6d35a535da (patch)
treeb8a0bd2d2b2dd7e1e5591932e7d24dcc157fcd07 /systems
parent3578918af2e77de4c0a9290fb80721a7e08e43e3 (diff)
tree-wide: document most things
Diffstat (limited to 'systems')
-rw-r--r--systems/README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/systems/README.md b/systems/README.md
new file mode 100644
index 0000000..8a399f8
--- /dev/null
+++ b/systems/README.md
@@ -0,0 +1,33 @@
+# ./systems/
+
+All of these names are based off the
+[Portal](<https://en.wikipedia.org/wiki/Portal_(video_game)>) series
+
+## glados/
+
+Main desktop
+
+## glados-wsl/
+
+Main desktop, but the windows install :p
+
+## caroline/
+
+2017 MacBook Air
+
+## atlas/
+
+Ampere ARM server from Oracle, services my [Miniflux](https://miniflux.app/)
+instance and some other things.
+
+## darwin.nix
+
+Declarations of nix-darwin systems
+
+## nixos.nix
+
+Declarations of NixOS systems
+
+## nixinate.nix
+
+Apps to deploy the above systems through [nixinate](https://github.com/MatthewCroughan/nixinate)