We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c32996b + 5a6ea27 commit bf5d64aCopy full SHA for bf5d64a
nixos/modules/misc/version.nix
@@ -41,7 +41,7 @@ let
41
IMAGE_VERSION = optionalString (config.system.image.version != null) config.system.image.version;
42
VARIANT = optionalString (cfg.variantName != null) cfg.variantName;
43
VARIANT_ID = optionalString (cfg.variant_id != null) cfg.variant_id;
44
- DEFAULT_HOSTNAME = config.networking.fqdnOrHostName;
+ DEFAULT_HOSTNAME = config.system.nixos.distroId;
45
SUPPORT_END = "2025-06-30";
46
};
47
0 commit comments