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