Add VPN packages and add USB-C output configuration
This commit is contained in:
parent
50488cc72e
commit
d70d2bdeec
2 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
inetutils
|
inetutils
|
||||||
|
openvpn
|
||||||
|
openfortivpn
|
||||||
|
|
||||||
man
|
man
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,6 +70,13 @@
|
||||||
primary = true;
|
primary = true;
|
||||||
atomic = true;
|
atomic = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Work USBC";
|
||||||
|
outputs_connected = [ "DP-1" ];
|
||||||
|
configure_single = "DP-1";
|
||||||
|
primary = true;
|
||||||
|
atomic = true;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "Fallback";
|
name = "Fallback";
|
||||||
configure_single = "eDP-1";
|
configure_single = "eDP-1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue