Add UKAEA vpn config and script to launch openfortivpn
This commit is contained in:
parent
4e9d01e2b3
commit
b3dc8c0bf0
|
@ -1,4 +1,5 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
home.packages = [(pkgs.writeShellScriptBin "ukaea-vpn-connect" "sudo ${pkgs.openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")];
|
||||
programs = {
|
||||
git.userEmail = "evie.litherland-smith@ukaea.uk";
|
||||
qutebrowser.settings.qt.highdpi = true;
|
||||
|
|
3
hosts/Ronin/ukaea-vpn.conf
Normal file
3
hosts/Ronin/ukaea-vpn.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
host = vpn.ukaea.uk
|
||||
port = 943
|
||||
username = elitherl
|
Loading…
Reference in a new issue