add new retiolum short form to default hostnames

This commit is contained in:
makefu 2016-03-15 23:56:05 +01:00
parent 4ac537366c
commit 03a72ef958

View File

@ -34,6 +34,7 @@ let
# TODO use identity # TODO use identity
default = [ default = [
"${config.networking.hostName}" "${config.networking.hostName}"
"${config.networking.hostName}.r"
"${config.networking.hostName}.retiolum" "${config.networking.hostName}.retiolum"
]; ];
}; };