machines: aramis: networking: remove 'domain'
Now that services handle subdomains through my Nginx abstraction, we can remove this.
This commit is contained in:
parent
0d87934ee0
commit
cf7ba65c30
|
@ -2,7 +2,6 @@
|
||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "aramis";
|
hostName = "aramis";
|
||||||
domain = "nodomain.local"; # FIXME: gotta fix domain handling
|
|
||||||
|
|
||||||
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
# The global useDHCP flag is deprecated, therefore explicitly set to false here.
|
||||||
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
# Per-interface useDHCP will be mandatory in the future, so this generated config
|
||||||
|
|
Loading…
Reference in a new issue