update nixops for module config

This commit is contained in:
Robin Raymond 2017-09-02 12:58:25 +02:00
parent b0ae2de5f4
commit 691f034f9d

View file

@ -5,7 +5,12 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
./../mail-config.nix ./../default.nix
]; ];
mailserver = {
enable = true;
domain = "example.com";
};
}; };
} }