hosts/marisa-a7s: enable enthalpy ipsec on wired interface
This commit is contained in:
parent
a552964be2
commit
6ff5caf2fa
|
@ -10,10 +10,10 @@
|
|||
];
|
||||
|
||||
services.enthalpy = {
|
||||
ipsec = {
|
||||
interfaces = [ "wlan0" ];
|
||||
whitelist = [ "rebmit's edge network" ];
|
||||
};
|
||||
ipsec.interfaces = [
|
||||
"eno1"
|
||||
"wlan0"
|
||||
];
|
||||
clat.segment = lib.singleton "fde3:3be3:a244:f876::2";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue