hosts/marisa-a7s: enable enthalpy ipsec on wired interface

This commit is contained in:
Lu Wang 2025-01-20 21:37:57 +08:00
parent a552964be2
commit 6ff5caf2fa
Signed by: rebmit
SSH key fingerprint: SHA256:1YC1OCveSUTjXkJq78AHWQoA8NRP7S+EjbOxPJPuIks

View file

@ -10,10 +10,10 @@
]; ];
services.enthalpy = { services.enthalpy = {
ipsec = { ipsec.interfaces = [
interfaces = [ "wlan0" ]; "eno1"
whitelist = [ "rebmit's edge network" ]; "wlan0"
}; ];
clat.segment = lib.singleton "fde3:3be3:a244:f876::2"; clat.segment = lib.singleton "fde3:3be3:a244:f876::2";
}; };