feat: docs for systems

This commit is contained in:
Ryan Yin
2024-01-11 15:48:16 +08:00
parent 161fd0db6a
commit 1812510e0d

10
systems/README.md Normal file
View File

@@ -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.