1
0
Files
nixfiles/hosts/krypton/network.nix
2023-06-20 18:39:28 +02:00

10 lines
144 B
Nix

{ ... }:
{
services.wg-clerie = {
enable = true;
ipv6s = [ "2a01:4f8:c0c:15f1::8011/128" ];
ipv4s = [ "10.20.30.11/32" ];
};
}