primary: github:cameronfyfe/nixos-configs
mirror: gitlab:cameronfyfe/nixos-configs
Build nixos config for current system:
just build
Build specific nixos config:
just build cameron-laptop
just build server
Update nixpkgs in flake lock:
just update
Deploy to current system:
just deploy
Deploy to new system with different hostname:
./bootstrap.sh <target_hostname>
git restore flake.nix
just deploy