From 8e390c8ff2553fb14cd9b7717f304bf5385ead94 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 21 Mar 2024 16:58:49 +0300 Subject: [PATCH] Dasha : Add l2tp vpn. --- host/dasha/Configuration.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/host/dasha/Configuration.nix b/host/dasha/Configuration.nix index 245e071b..93433188 100644 --- a/host/dasha/Configuration.nix +++ b/host/dasha/Configuration.nix @@ -1,10 +1,12 @@ -{ lib, ... }: { +{ lib, pkgs, ... }: { imports = [ ./Tablet.nix ]; - # Disable flatpak install. - systemd.services.flatpakinstall.wantedBy = lib.mkForce [ ]; + environment.systemPackages = with pkgs; [ + networkmanager-l2tp + gnome.networkmanager-l2tp + ]; # Filesystems. fileSystems."/storage/hot" = {