Dasha : Add l2tp vpn.
This commit is contained in:
parent
66e7fd88ea
commit
8e390c8ff2
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue