Move mailserver config to mailserver.nix and remove block that is not needed anymore
This commit is contained in:
parent
5dcbb4e2dc
commit
10a84a0863
2 changed files with 3 additions and 11 deletions
|
@ -18,10 +18,8 @@
|
|||
];
|
||||
|
||||
# Configuration options for the mailserver
|
||||
variables = {
|
||||
mailAdmin = "postmaster@mail.hamburg.freifunk.net";
|
||||
useSSL = true;
|
||||
};
|
||||
# MOVED to mailserver.nix
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue