mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-14 04:00:34 +05:00
update nixops for module config
This commit is contained in:
parent
b0ae2de5f4
commit
691f034f9d
@ -5,7 +5,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./../mail-config.nix
|
||||
./../default.nix
|
||||
];
|
||||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
domain = "example.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user