tvl-depot/README.md

16 lines
390 B
Markdown
Raw Normal View History

2017-10-15 16:40:28 +02:00
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:
2017-10-15 16:40:28 +02:00
```
nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
nix-channel --update
```
Symlink local machine configuration to `/etc/nixos/local-configuration.nix`.