add initial config

This commit is contained in:
Felix Schröter 2019-08-24 13:12:32 +02:00
commit 36e92d95c2
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
6 changed files with 218 additions and 0 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# 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`.