add initial config
This commit is contained in:
commit
36e92d95c2
6 changed files with 218 additions and 0 deletions
8
README.md
Normal file
8
README.md
Normal 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue