hosts/carbon: Add wg-clerie
This commit is contained in:
9
hosts/carbon/wg-clerie.nix
Normal file
9
hosts/carbon/wg-clerie.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.wg-clerie = {
|
||||
enable = true;
|
||||
ipv6s = [ "2a01:4f8:c0c:15f1::8111/128" ];
|
||||
ipv4s = [ "10.20.30.111/32" ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user