feat: add wireguard client config for vpn.dryb.org

This commit is contained in:
Jacob Bachmann 2024-09-12 12:56:05 +02:00
parent 5d47e3f94a
commit 9400db3cb6
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
6 changed files with 96 additions and 34 deletions

View file

@ -30,7 +30,10 @@
cli-utils.enable = true;
profiling.enable = true;
development.enable = true;
vpn.enable = true;
vpn = {
enable = true;
dryborg.enable = true;
};
virtualisation.enable = true;
games.enable = true;
};