diff options
| author | makefu <github@syntax-fehler.de> | 2023-03-08 19:27:59 +0100 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2023-03-08 19:27:59 +0100 |
| commit | 0e061d7d4481c042d9ba5e2840de8a193a9446fd (patch) | |
| tree | b6ea519c5213a64357ce22c5f4f5d8efb3af1c49 /tv/2configs/default.nix | |
| parent | 9a17a273cd3ceaf90d9f43347cc3db6b2fb18201 (diff) | |
| parent | 3a2db935a3b3565fb17b38e2eede929240241fc2 (diff) | |
Merge remote-tracking branch 'lass/master'
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 = [ |
