1
0
nixfiles/hosts/carbon/wg-clerie.nix

10 lines
145 B
Nix
Raw Permalink Normal View History

2024-08-13 16:13:22 +02:00
{ ... }:
{
services.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ];
ipv4s = [ "10.20.30.111/32" ];
};
}