Rename wireguard interface

This commit is contained in:
Evie Litherland-Smith 2024-02-20 15:52:07 +00:00
parent 9e99d4c60b
commit 4874de6af7

View file

@ -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";