Enable wireguard for desktop

This commit is contained in:
NullBite 2023-12-30 00:35:53 -05:00
parent b76e16f05e
commit 2561688c04
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -39,6 +39,11 @@
}; };
}; };
networking.wg-quick.interfaces.wg0 = {
configFile = "/etc/wireguard/wg0.conf";
autostart = true;
};
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true; # boot.loader.systemd-boot.enable = true;
# boot.loader.efi.canTouchEfiVariables = true; # boot.loader.efi.canTouchEfiVariables = true;