defiant/burnham: add riker to wireguard
This commit is contained in:
parent
6ed59e1b15
commit
b97c986f4a
|
@ -44,6 +44,12 @@ in {
|
||||||
"10.100.0.5/32"
|
"10.100.0.5/32"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ # Riker
|
||||||
|
publicKey = "r715vpgH1H0zvN+Z5wcNKcOo5e6UM3fBfh9BZwTBjmA=";
|
||||||
|
allowedIPs = [
|
||||||
|
"10.100.0.6/32"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -50,6 +50,12 @@ in {
|
||||||
"10.100.0.5/32"
|
"10.100.0.5/32"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ # Riker
|
||||||
|
publicKey = "r715vpgH1H0zvN+Z5wcNKcOo5e6UM3fBfh9BZwTBjmA=";
|
||||||
|
allowedIPs = [
|
||||||
|
"10.100.0.6/32"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue