about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2018-12-22 00:12:49 +0100
committerProfpatsch <mail@profpatsch.de>2018-12-22 00:12:49 +0100
commit6156c78de15ab2adb708aad18578ca93557e0d33 (patch)
treef07fd757c6667e4d397e122549939fc0a241b82b /machines/profpatsch
parentb1ab5d037e797e13d3d7c3582f96eb25674781ac (diff)
machines/katara: wireguard support
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index 6942bbfc..1a8deaac 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -17,6 +17,10 @@ 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 = [ {
       device = "/dev/disk/by-uuid/2e1c433f-4a54-4f04-9073-3639b66b975d";
       name = "cryptroot";