1
0

hosts/carbon: Add wg-clerie

This commit is contained in:
2024-08-13 16:13:22 +02:00
parent 91eeec2b2b
commit fdeddf8fc9
4 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
{ ... }:
{
services.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ];
ipv4s = [ "10.20.30.111/32" ];
};
}