Add reuter VPN

This commit is contained in:
Daniel Siepmann 2023-10-11 09:21:50 +02:00
parent 791eca8ee8
commit 96c9150e4a
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 2 additions and 0 deletions

1
.gitattributes vendored
View file

@ -1,4 +1,5 @@
home/accounts.nix filter=git-crypt diff=git-crypt
home/packages/custom/vpn-reuter-dynamics/default.nix filter=git-crypt diff=git-crypt
home/programs/firefox/userContent.css filter=git-crypt diff=git-crypt
home/programs/firefox/clientSpecific.css filter=git-crypt diff=git-crypt
home/programs/ssh-match-blocks.nix filter=git-crypt diff=git-crypt

View file

@ -94,6 +94,7 @@ with pkgs; [
(callPackage ./packages/custom/update-ubuntu-system { })
# TODO: Right now only for Ubuntu (hikari2) system
(callPackage ./packages/custom/backup { })
(callPackage ./packages/custom/vpn-reuter-dynamics { })
]) ++ (callPackage ./packages/custom {
inherit ownLib;
})

Binary file not shown.