update nixops for module config
This commit is contained in:
parent
b0ae2de5f4
commit
691f034f9d
1 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./../mail-config.nix
|
||||
./../default.nix
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
domain = "example.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue