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";