Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 803 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 803 Bytes

nixos

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.

Installation

See the Justfile for how to build the system using just.

To switch now:

just rebuild <hostname> switch

To 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-all

For help:

just --help