hosts/marisa-a7s: enable enthalpy ipsec on wired interface
This commit is contained in:
parent
a552964be2
commit
6ff5caf2fa
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue