about summary refs log tree commit diff
path: root/machines/profpatsch/haku.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-04-13 15:22:09 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-04-13 15:23:04 +0200
commit9a696716886bd5fc8fb1c8746a40c5aea58d6b3d (patch)
treea9381dd5cac543bdf83284df41f5c01a7c33d7ee /machines/profpatsch/haku.nix
parent09e0099241712a9952996805d6aaf28f3c9b648b (diff)
machines/profpatsch: remove wireguard from extraModulePackages
Starting with Kernel 5.6 adding this package is no longer necessary.
Since the kernelPackages.wireguard attribute returns `null` for that
version, evaluation fails.

cc @Profpatsch
Diffstat (limited to 'machines/profpatsch/haku.nix')
-rw-r--r--machines/profpatsch/haku.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/machines/profpatsch/haku.nix b/machines/profpatsch/haku.nix
index 0c8fc786..9717aaa5 100644
--- a/machines/profpatsch/haku.nix
+++ b/machines/profpatsch/haku.nix
@@ -65,8 +65,6 @@ in
     vuizvui.user.profpatsch.server.sshPort = 7001;
 
     boot.loader.grub.device = "/dev/sda";
-    # VPN support
-    boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ];
 
     fileSystems = {
       "/" = {