From 6c25380d5d80c3429f864b11f41d376abcc7264a Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 16 Oct 2021 14:56:13 +0200 Subject: [PATCH] machines: aramis: networking: remove 'domain' Now that services handle subdomains through my Nginx abstraction, we can remove this. --- machines/aramis/networking.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/aramis/networking.nix b/machines/aramis/networking.nix index 9322f1f..2759e9c 100644 --- a/machines/aramis/networking.nix +++ b/machines/aramis/networking.nix @@ -2,7 +2,6 @@ { networking = { hostName = "aramis"; - domain = "nodomain.local"; # FIXME: gotta fix domain handling # 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