Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 591 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 591 Bytes

NixOS Configuration

This Nix flake contains a set of NixOS modules. I use those modules to build my different systems.

Usage

One must include this flake as an input of a downstream flake and use the modules there to build up a nixosConfigurations attribute set. You need to specify some additional information like networking.hostName, users.mainUser, users.users.<mainUser>.password or users.users.<mainUser>.hashedPasswordFile, ...

Development

You can start a QEMU VM by running the default application of the flake

nix run

The username and password is nixos.