hosts/flandre-m5p: switch from customer to customer dualstack
This commit is contained in:
parent
c4d17c4e0c
commit
efb448ba9b
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue