style: treefmt
This commit is contained in:
parent
9d8026a31a
commit
c5dfb472f8
|
@ -12,9 +12,7 @@
|
||||||
mailserver = {
|
mailserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fqdn = "mail.pub.solar";
|
fqdn = "mail.pub.solar";
|
||||||
domains = [
|
domains = [ "pub.solar" ];
|
||||||
"pub.solar"
|
|
||||||
];
|
|
||||||
|
|
||||||
# A list of all login accounts. To create the password hashes, use
|
# A list of all login accounts. To create the password hashes, use
|
||||||
# nix-shell -p mkpasswd --run 'mkpasswd -R11 -m bcrypt'
|
# nix-shell -p mkpasswd --run 'mkpasswd -R11 -m bcrypt'
|
||||||
|
|
Loading…
Reference in a new issue