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/2configs/default.nix | |
parent | 25b5811664f358e0441d5c153028ab1696c3c725 (diff) |
tv: add default networking.hostId
Diffstat (limited to 'tv/2configs/default.nix')
-rw-r--r-- | tv/2configs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index d138484..53b11c6 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -6,6 +6,7 @@ with import ./lib; krebs.build.user = config.krebs.users.tv; + networking.hostId = mkDefault (hashToLength 8 config.networking.hostName); networking.hostName = config.krebs.build.host.name; imports = [ |