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