Skip to content

atar13/nixos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

nixos configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published