ma sdev.,vbob.r: allow unfree

This commit is contained in:
makefu 2018-02-16 21:57:05 +01:00
parent b135c7c238
commit a2f29c0ea9
2 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,8 @@
openssh.authorizedKeys.keys = [ config.krebs.users.makefu-vbob.pubkey ];
};
};
# corefonts
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs;[
ppp xclip

View file

@ -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