From 9a696716886bd5fc8fb1c8746a40c5aea58d6b3d Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Tue, 13 Apr 2021 15:22:09 +0200 Subject: 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 --- machines/profpatsch/haku.nix | 2 -- machines/profpatsch/legosi.nix | 2 -- machines/profpatsch/shiki.nix | 3 --- 3 files changed, 7 deletions(-) (limited to 'machines') 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"; ########### -- cgit 1.4.1