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