summaryrefslogtreecommitdiffstats
path: root/tv/1systems
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2023-02-02 16:50:29 +0100
committertv <tv@krebsco.de>2023-02-02 16:50:29 +0100
commitfc00990f712663688e5aea85624cb9317e9f4128 (patch)
treedbebb0dd11f5feee534e0fe9edaa164be8b9e56d /tv/1systems
parenteb39234ba8375d7274d70af678175ffe88109cb3 (diff)
tv: add default networking.hostId
Diffstat (limited to 'tv/1systems')
-rw-r--r--tv/1systems/bu/config.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/bu/config.nix b/tv/1systems/bu/config.nix
index c7f7da24..a3959cd8 100644
--- a/tv/1systems/bu/config.nix
+++ b/tv/1systems/bu/config.nix
@@ -13,8 +13,6 @@ with import ./lib;
krebs.build.host = config.krebs.hosts.bu;
- networking.hostId = lib.mkDefault "00000000";
-
networking.wireless.enable = true;
networking.useDHCP = false;
networking.interfaces.enp0s25.useDHCP = true;