From 6308269e6c6fa683d73141691f33e7499648acb3 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 2 Dec 2024 01:48:00 +0800 Subject: [PATCH] services/enthalpy: workaround for issues with multi-account-containers --- nixos/modules/services/enthalpy/gost.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; }; }