about summary refs log tree commit diff
path: root/machines/profpatsch
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
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')
-rw-r--r--machines/profpatsch/haku.nix2
-rw-r--r--machines/profpatsch/legosi.nix2
-rw-r--r--machines/profpatsch/shiki.nix3
3 files changed, 0 insertions, 7 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 = {
       "/" = {
diff --git a/machines/profpatsch/legosi.nix b/machines/profpatsch/legosi.nix
index 8eb95023..8cf8df63 100644
--- a/machines/profpatsch/legosi.nix
+++ b/machines/profpatsch/legosi.nix
@@ -42,8 +42,6 @@ in {
     vuizvui.user.profpatsch.server.sshPort = 7001;
 
     boot.loader.grub.device = "/dev/sda";
-    # VPN support
-    boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ];
 
     fileSystems = {
       "/" = {
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index be080c1c..4d038b59 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -32,9 +32,6 @@ in {
     boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ahci" ];
     boot.loader.grub.device = "/dev/disk/by-id/ata-CT500MX500SSD1_1809E130BEE8";
 
-    # VPN support
-    boot.extraModulePackages = [ config.boot.kernelPackages.wireguard ];
-
     boot.initrd.luks.devices.cryptroot.device = "/dev/disk/by-uuid/2e1c433f-4a54-4f04-9073-3639b66b975d";
 
     ###########