2017-10-15 16:40:28 +02:00
|
|
|
NixOS configuration
|
|
|
|
===================
|
|
|
|
|
2017-10-25 17:22:29 +02:00
|
|
|
My NixOS config. Some manual steps required before the first run!
|
|
|
|
|
|
|
|
Make sure submodules are cloned: `git submodule update --init`.
|
|
|
|
|
|
|
|
Set up the unstable NixOS channel:
|
2017-10-15 16:40:28 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
|
|
|
|
nix-channel --update
|
|
|
|
```
|
|
|
|
|
2017-10-25 17:22:29 +02:00
|
|
|
Symlink local machine configuration to `/etc/nixos/local-configuration.nix`.
|