Rename wireguard interface
This commit is contained in:
parent
9e99d4c60b
commit
4874de6af7
|
@ -11,7 +11,7 @@
|
|||
hardware.opengl.extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd];
|
||||
hardware.opengl.extraPackages32 = [pkgs.driversi686Linux.amdvlk];
|
||||
networking.wg-quick.interfaces = {
|
||||
wg0 = {
|
||||
protonvpn = {
|
||||
address = ["10.2.0.2/32"];
|
||||
dns = ["10.2.0.1"];
|
||||
privateKeyFile = "/root/wireguard-keys/privatekey";
|
||||
|
|
Loading…
Reference in a new issue