From d6d461a09853be71d6a5b2b10b8fc30bb8dfb638 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 18 Jan 2023 15:44:11 +0800 Subject: [PATCH] flake.nix: update override value on intended hostname It pretty much causes every host to have the name the default hostname which I forgot the default value has a stronger override value. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fc7f4eba..e36b7e9c 100644 --- a/flake.nix +++ b/flake.nix @@ -338,7 +338,7 @@ # We're very lax with setting the default since there's a lot # of modules that may set this especially with image media # modules. - networking.hostName = lib.mkOverride 2000 host'; + networking.hostName = host'; }) (lib'.optionalAttrs (lib'.hasAttr host' images) (