summaryrefslogtreecommitdiffstats
path: root/mail-server/networking.nix
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-08-12 16:41:43 +0200
committerRobin Raymond <robin@robinraymond.de>2017-08-12 16:41:43 +0200
commitf3f30f2f24f76f74af522ec699ff1556f1047e36 (patch)
tree88f9902ae386866deaf84491a9cf19619240dacc /mail-server/networking.nix
parentf8b5e03b78391c697f78728192c38cfd75ae4247 (diff)
add documentation
Diffstat (limited to 'mail-server/networking.nix')
-rw-r--r--mail-server/networking.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-server/networking.nix b/mail-server/networking.nix
index 7f3897b..b4397c0 100644
--- a/mail-server/networking.nix
+++ b/mail-server/networking.nix
@@ -14,10 +14,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>
-{ domain, host_prefix, ... }:
+{ domain, host_prefix }:
{
- hostName = host_prefix + "." + domain;
+ hostName = "${host_prefix}.${domain}";
firewall = {
enable = true;