My NixOS configuration
Find a file
2020-08-15 03:06:37 +02:00
desktop feat: update pop-shell 2020-08-14 22:36:21 +02:00
hardware fix: remove deprecated hardware.u2f.enable 2020-08-14 23:26:57 +02:00
home feat(git): move git module 2020-08-15 03:06:37 +02:00
services feat: add jellyfin 2020-08-15 00:35:17 +02:00
system feat(vpn): fix mullvad 2020-08-15 01:37:16 +02:00
virtualisaiton feat: rearrange nix modules 2020-03-13 18:45:29 +01:00
.editorconfig style: add .editorconfig 2020-03-21 16:54:32 +01:00
.gitignore remove configuration.nix 2019-08-24 13:20:48 +02:00
home-pc.nix feat: add jellyfin 2020-08-15 00:35:17 +02:00
install.sh Little installer improvments 2020-04-14 09:29:44 +03:00
LICENSE add LICENSE 2020-07-03 08:48:51 +00:00
README.md add initial config 2019-08-24 13:12:32 +02:00
work-pc.nix feat: update nix & home-manager stateVersion 2020-05-22 18:36:59 +02: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.