about summary refs log blame commit diff
path: root/README.md
blob: 5205b618b0725bead84c17e98e9dc394d790b4a1 (plain) (tree)
1
2
3
4
5
6
7
8


                   




                                                                 





                                                                         
                                                                            
NixOS configuration
===================

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:

```
nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
nix-channel --update
```

Symlink local machine configuration to `/etc/nixos/local-configuration.nix`.