1
0

hosts/zinc: enable wg-clerie

This commit is contained in:
2023-09-20 21:01:40 +02:00
parent eef227d45a
commit ef3c2c0174
3 changed files with 16 additions and 0 deletions

View File

@@ -33,6 +33,12 @@
networking.hostName = "zinc";
services.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8109/128" ];
ipv4s = [ "10.20.30.109/32" ];
};
system.stateVersion = "23.05";
}