hosts/flandre-m5p: switch from customer to customer dualstack

This commit is contained in:
Lu Wang 2024-12-13 17:27:36 +08:00
parent c4d17c4e0c
commit efb448ba9b
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU

View file

@ -6,10 +6,13 @@
}: }:
{ {
imports = with profiles; [ imports = with profiles; [
services.enthalpy.customer services.enthalpy.customer-dualstack
]; ];
services.enthalpy.ipsec.interfaces = [ "enp2s0" ]; services.enthalpy = {
ipsec.interfaces = [ "enp2s0" ];
clat.segment = lib.singleton "fde3:3be3:a244:f876::2";
};
systemd.network = { systemd.network = {
enable = true; enable = true;