My NixOS configuration
Find a file
2020-03-18 11:23:35 +01:00
desktop feat(desktop): update pop-shell 2020-03-16 10:33:39 +01:00
hardware feat: rearrange nix modules 2020-03-13 18:45:29 +01:00
home feat(neovim): cleanup init.vim 2020-03-18 11:23:35 +01:00
system feat: rearrange nix modules 2020-03-13 18:45:29 +01:00
virtualisaiton feat: rearrange nix modules 2020-03-13 18:45:29 +01:00
.gitignore remove configuration.nix 2019-08-24 13:20:48 +02:00
home-pc.nix feat: setup zsh as default shell 2020-03-14 01:38:34 +01:00
install.sh switch to nixos-unstable as main channel 2019-11-04 09:56:22 +01:00
README.md add initial config 2019-08-24 13:12:32 +02:00
work-pc.nix feat: setup zsh as default shell 2020-03-14 01:38:34 +01:00

FelschR's NixOS configuration

Installation on new machine

To setup a new machine run the following command after completing partitioning and mounting:

./install.sh <NIX_CONFIG>

This runs nixos-generate-config, symlinks the passed configuration to /etc/nixos/configuration.nix, sets up required nix channels and then runs nixos-install.