wireguard

This commit is contained in:
Vivian 2022-12-19 09:36:53 +01:00
parent 5e682c4754
commit b890441128
4 changed files with 14 additions and 13 deletions

View file

@ -66,7 +66,7 @@ in {
{
# New Laptop
publicKey = "+Ms3xV6LxNZWTQk11zoz+AUIV2uds6A64Wz15JlR/Ak=";
allowedIPs = [ "10.100.0.5/32" ];
allowedIPs = [ "10.100.0.6/32" ];
}
{
# Aerdenhout

View file

@ -13,7 +13,8 @@
# Bootloader.
boot = {
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;