Dasha : Add l2tp vpn.

This commit is contained in:
Dmitry Voronin 2024-03-21 16:58:49 +03:00
parent 66e7fd88ea
commit 8e390c8ff2

View file

@ -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" = {