Merge branch 'stateVersion' into 'master'
Introduce stateVersion concept See merge request simple-nixos-mailserver/nixos-mailserver!401
This commit is contained in:
commit
6a78dc3375
9 changed files with 100 additions and 4 deletions
|
@ -72,6 +72,7 @@ common ones.
|
|||
|
||||
mailserver = {
|
||||
enable = true;
|
||||
stateVersion = 1;
|
||||
fqdn = "mail.example.com";
|
||||
domains = [ "example.com" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue