From 1812510e0d8aa483c27f626ec202349c6430863c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 11 Jan 2024 15:48:16 +0800 Subject: [PATCH] feat: docs for systems --- systems/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 systems/README.md diff --git a/systems/README.md b/systems/README.md new file mode 100644 index 00000000..48338f6e --- /dev/null +++ b/systems/README.md @@ -0,0 +1,10 @@ +# Systems + +As the configuration was constantly updated, my `flake.nix` gradually became bloated, so I split the system-related logic here from flake.nix. + +- `default.nix`: Some specialArgs and other parameters common to all systems are defined here, and all other nix files in this folder are imported here. +- `colmena.nix`: My NixOS servers deployed via colmena. +- `darwin.nix`: My Macbooks +- `nixos.nix`: My NixOS desktops & servers. + +