make configuration a nixos module
This commit is contained in:
parent
bb4717bf0b
commit
692a677194
6 changed files with 292 additions and 180 deletions
|
@ -17,7 +17,7 @@
|
|||
{ domain, host_prefix, enable_imap, enable_pop3 }:
|
||||
|
||||
{
|
||||
hostName = "${host_prefix}.${domain}";
|
||||
#hostName = "${host_prefix}.${domain}";
|
||||
|
||||
firewall = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue