diff options
author | makefu <github@syntax-fehler.de> | 2018-02-16 21:57:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-02-16 21:57:05 +0100 |
commit | b28b86580d22e67d9a0552e96841643f77e03927 (patch) | |
tree | 0fc3395511eebd7aa04d30192acc6929ffbd36fc /makefu/1systems/vbob | |
parent | 24b8fbc40be4008bb32697309c729df72132454d (diff) |
ma sdev.,vbob.r: allow unfree
Diffstat (limited to 'makefu/1systems/vbob')
-rw-r--r-- | makefu/1systems/vbob/config.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/1systems/vbob/config.nix b/makefu/1systems/vbob/config.nix index 64709de3c..208dd1ff7 100644 --- a/makefu/1systems/vbob/config.nix +++ b/makefu/1systems/vbob/config.nix @@ -67,6 +67,10 @@ ln -fs ${pkgs.ppp}/bin/pppd /usr/sbin/pppd ln -fs ${pkgs.coreutils}/bin/tail /usr/bin/tail ''; + + # for forticlient + nixpkgs.config.allowUnfree = true; + environment.systemPackages = with pkgs;[ fortclientsslvpn ppp xclip get |