nix/host/dasha/Vpn.nix

10 lines
178 B
Nix
Raw Normal View History

2024-04-03 14:48:53 +03:00
{ pkgs, ... }: {
2024-03-29 09:05:08 +03:00
environment.systemPackages = with pkgs; [
networkmanager-l2tp
gnome.networkmanager-l2tp
# networkmanager_strongswan
# strongswan
# strongswanNM
];
}