From d70d2bdeecb59c2171cf726e8581f6abebfcf6a8 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Mon, 24 Aug 2020 16:13:16 +0200 Subject: [PATCH] Add VPN packages and add USB-C output configuration --- configs/system.nix | 2 ++ hosts/work-laptop/configuration.nix | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/configs/system.nix b/configs/system.nix index c5a6fdb..0fe2ced 100644 --- a/configs/system.nix +++ b/configs/system.nix @@ -3,6 +3,8 @@ environment.systemPackages = with pkgs; [ wget inetutils + openvpn + openfortivpn man diff --git a/hosts/work-laptop/configuration.nix b/hosts/work-laptop/configuration.nix index 0718d77..3518c18 100644 --- a/hosts/work-laptop/configuration.nix +++ b/hosts/work-laptop/configuration.nix @@ -70,6 +70,13 @@ primary = true; atomic = true; } + { + name = "Work USBC"; + outputs_connected = [ "DP-1" ]; + configure_single = "DP-1"; + primary = true; + atomic = true; + } { name = "Fallback"; configure_single = "eDP-1";