dumpyourvms: add fortinet SSL VPN
This commit is contained in:
parent
4c454c83a5
commit
c0ed1b8259
|
@ -79,6 +79,13 @@ in {
|
||||||
|
|
||||||
services.unbound = import ./unbound.nix;
|
services.unbound = import ./unbound.nix;
|
||||||
|
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
networkmanager-fortisslvpn
|
||||||
|
openfortivpn
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
# Set default brightness to 50%
|
# Set default brightness to 50%
|
||||||
# https://ubuntuforums.org/showthread.php?t=2409856
|
# https://ubuntuforums.org/showthread.php?t=2409856
|
||||||
services.cron.systemCronJobs = [
|
services.cron.systemCronJobs = [
|
||||||
|
|
Loading…
Reference in a new issue