porthos: networking: use production domain

I am done with my experimentation, I feel like I can fully commit to
using NixOS now :-)
This commit is contained in:
Bruno BELANYI 2021-02-08 09:59:41 +00:00
parent 8bb2e096f6
commit 8e90c4f864

View file

@ -4,7 +4,7 @@
{
networking = {
hostName = "porthos"; # Define your hostname.
domain = "test.belanyi.fr"; # Define your domain.
domain = "belanyi.fr"; # Define your domain.
# The global useDHCP flag is deprecated, therefore explicitly set to false here.