diff --git a/nixos/modules/services/enthalpy/gost.nix b/nixos/modules/services/enthalpy/gost.nix index 9365c37..43fb13e 100644 --- a/nixos/modules/services/enthalpy/gost.nix +++ b/nixos/modules/services/enthalpy/gost.nix @@ -53,5 +53,7 @@ in destination = "fc00::/128"; source = "${cfg.address}/128"; }; + + networking.hosts."fc00::" = singleton "enthalpy-gost"; }; }