sets hostname

This commit is contained in:
r-raymond 2016-07-21 18:30:32 +02:00 committed by GitHub
parent 21298b1f20
commit eadb6eca46

View File

@ -26,4 +26,5 @@ let
mail_user = map accountsToUser login_accounts;
in
{
networking.hostName = host_prefix + "." + domain;
}