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 = [ imports = [
./Tablet.nix ./Tablet.nix
]; ];
# Disable flatpak install. environment.systemPackages = with pkgs; [
systemd.services.flatpakinstall.wantedBy = lib.mkForce [ ]; networkmanager-l2tp
gnome.networkmanager-l2tp
];
# Filesystems. # Filesystems.
fileSystems."/storage/hot" = { fileSystems."/storage/hot" = {