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