aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/ridcully.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-07-19 13:33:48 +0200
committerKarel Kočí <cynerd@email.cz>2022-07-19 13:33:48 +0200
commit027bcf9b43546063e62578858eee50ac278334f3 (patch)
tree1ed5e40f784941d10afc7c984a6403c2107e5cec /nixos/machine/ridcully.nix
parent2742cf5f2cb278540740204205dbcc49bdc91b55 (diff)
downloadnixos-personal-027bcf9b43546063e62578858eee50ac278334f3.tar.gz
nixos-personal-027bcf9b43546063e62578858eee50ac278334f3.tar.bz2
nixos-personal-027bcf9b43546063e62578858eee50ac278334f3.zip
nixos: rework openvpn
Diffstat (limited to 'nixos/machine/ridcully.nix')
-rw-r--r--nixos/machine/ridcully.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/machine/ridcully.nix b/nixos/machine/ridcully.nix
index 7151878..30b8de1 100644
--- a/nixos/machine/ridcully.nix
+++ b/nixos/machine/ridcully.nix
@@ -9,6 +9,9 @@ with lib;
desktop.enable = true;
develop = true;
gaming = true;
+ openvpn = {
+ elektroline = true;
+ };
};
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage"];