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:
parent
8bb2e096f6
commit
8e90c4f864
|
@ -4,7 +4,7 @@
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "porthos"; # Define your hostname.
|
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.
|
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||||
|
|
Loading…
Reference in a new issue