My Nix configuration for my Darwin and NixOS machines.
See docs for instructions on how to install new machines.
See Justfile for common commands.
-
Deploy configuration on current machine:
just switch "<HOSTNAME>" -
Rollback configuration on current machine:
just rollback "<HOSTNAME>" -
Deploy remote host:
just deploy "<HOSTNAME>" -
Update Flakes:
just update
Based on the following configs:
Thanks for the inspiration.