Welcome to my NixOS configurations. I have no idea what I'm doing.
Most machines are managed using clan. After making changes, run:
clan machines updateto update every machine remotely. clan machines update wopr to update a
specific machine.
From an actual machine, if no secrets have been changed, you can run sudo nixos-rebuild switch --flake .#<machine>.
Some machines are not managed using clan, like darwin. After making changes, run:
sudo darwin-rebuild switch --flake .#which will rebuild darwin nixos and run home-manager switch.
clan machines update and nixos-rebuild switch will run home-manager.
-
This was initially setup using https://github.com/Misterio77/nix-starter-configs