Files
nix-config/systems
2024-02-18 22:38:02 +08:00
..
2024-02-18 18:55:23 +08:00
2024-01-29 01:23:18 +08:00
2024-02-18 18:55:23 +08:00
2024-01-31 12:07:46 +08:00
2024-02-18 18:55:23 +08:00
2024-02-18 22:38:02 +08:00

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.
  • vars.nix: Some host-related variables. Imported by default.nix.
  • vars_networking.nix: All the static IP addresses, gateway, dns server, etc. Imported by default.nix.