services/enthalpy: workaround for issues with multi-account-containers

This commit is contained in:
Lu Wang 2024-12-02 01:48:00 +08:00
parent a746646d5e
commit 6308269e6c
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU

View file

@ -53,5 +53,7 @@ in
destination = "fc00::/128"; destination = "fc00::/128";
source = "${cfg.address}/128"; source = "${cfg.address}/128";
}; };
networking.hosts."fc00::" = singleton "enthalpy-gost";
}; };
} }