mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-21 11:08:48 +02:00
network: add vpn utilities
This commit is contained in:
parent
cce11f1c9c
commit
fc81d5ccec
2 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,9 @@
|
||||||
curlFull
|
curlFull
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
etherape
|
etherape
|
||||||
|
openconnect
|
||||||
|
openvpn
|
||||||
|
openfortivpn
|
||||||
];
|
];
|
||||||
services.timesyncd.servers = lib.mkForce [ ];
|
services.timesyncd.servers = lib.mkForce [ ];
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
# internet
|
# internet
|
||||||
google-chrome
|
google-chrome
|
||||||
liferea
|
liferea
|
||||||
openvpn
|
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
# messaging
|
# messaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue