mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-14 12:58:34 +05:00
sets hostname
This commit is contained in:
parent
21298b1f20
commit
eadb6eca46
@ -26,4 +26,5 @@ let
|
|||||||
mail_user = map accountsToUser login_accounts;
|
mail_user = map accountsToUser login_accounts;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
networking.hostName = host_prefix + "." + domain;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user