machines: aramis: networking: remove 'domain'
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Now that services handle subdomains through my Nginx abstraction, we can remove this.
This commit is contained in:
parent
537fa5c909
commit
6c25380d5d
|
@ -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