wireguard
This commit is contained in:
parent
5e682c4754
commit
b890441128
4 changed files with 14 additions and 13 deletions
|
@ -66,7 +66,7 @@ in {
|
|||
{
|
||||
# New Laptop
|
||||
publicKey = "+Ms3xV6LxNZWTQk11zoz+AUIV2uds6A64Wz15JlR/Ak=";
|
||||
allowedIPs = [ "10.100.0.5/32" ];
|
||||
allowedIPs = [ "10.100.0.6/32" ];
|
||||
}
|
||||
{
|
||||
# Aerdenhout
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue