added wireguard

This commit is contained in:
Alexander Szczepanski
2021-09-23 13:03:39 +02:00
parent cb81ba382b
commit 405c38ef26
11 changed files with 57 additions and 22 deletions

View File

@ -15,7 +15,6 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.extraModulePackages = with pkgs.linuxPackages; [ rtl88x2bu ];
networking = {
hostName = "mini";
useDHCP = false;
@ -26,6 +25,7 @@
};
networkmanager.enable = true;
};
services.k3s.enable = true;
services.k3s.role = "server";