diff options
author | tv <tv@krebsco.de> | 2023-02-02 16:50:29 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-02-02 16:50:29 +0100 |
commit | eee4db26e0a84e0bf0fab7895eb3eaec2946960f (patch) | |
tree | a3a23902a85fbaffaccdff573e5ac5a5546cdc9e /tv/1systems/bu/config.nix | |
parent | 25b5811664f358e0441d5c153028ab1696c3c725 (diff) |
tv: add default networking.hostId
Diffstat (limited to 'tv/1systems/bu/config.nix')
-rw-r--r-- | tv/1systems/bu/config.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/1systems/bu/config.nix b/tv/1systems/bu/config.nix index c7f7da2..a3959cd 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; |