This repo contains my configuration files for NixOS on the following machines:
The confiuration is setup as a flake in flake.nix. Platform specific configurations exist in the hosts folder. I'm using home-manager to configure some user specific settings.
See the Justfile for how to build the system using just.
To switch now:
just rebuild <hostname> switchTo switch on next boot:
just rebuild <hostname> boot To launch a system in a QEMU VM:
just vm <hostname>To update flake inputs:
just update-allFor help:
just --help