make configuration a nixos module

This commit is contained in:
Silvan Mosberger 2017-08-30 00:58:44 +02:00
parent bb4717bf0b
commit 692a677194
6 changed files with 292 additions and 180 deletions

View file

@ -17,7 +17,7 @@
{ domain, host_prefix, enable_imap, enable_pop3 }:
{
hostName = "${host_prefix}.${domain}";
#hostName = "${host_prefix}.${domain}";
firewall = {
enable = true;