forked from Fachschaft/nixConfig
added some beginning docu
This commit is contained in:
parent
65521a121c
commit
8132dae08a
3 changed files with 19 additions and 3 deletions
14
README.md
14
README.md
|
@ -1,3 +1,13 @@
|
|||
# nixMail
|
||||
# nixConfig
|
||||
|
||||
a try to configure a nixOS mail server
|
||||
## Build a machine
|
||||
### Local
|
||||
If you want to build the machineconfiguration for machine <name>
|
||||
run
|
||||
```
|
||||
nix build .#nixosConfiguration.<name>
|
||||
```
|
||||
|
||||
### On the machine
|
||||
clone this repo to `/etc/nixos/` and `nixos-rebuild` that will select
|
||||
the appropriate machine based on hostname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue