Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 571 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 571 Bytes

nixos-configs

primary: github:cameronfyfe/nixos-configs
mirror: gitlab:cameronfyfe/nixos-configs

Quick start

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