[malobeo/vpn] use wg-quick instead wireguard
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 9m22s

this is compatible with systemd network (also in the future)
This commit is contained in:
2024-12-19 15:23:46 +01:00
parent 6e4e35fcdf
commit 0d6df1d0ce
3 changed files with 27 additions and 26 deletions

View File

@@ -21,7 +21,7 @@ with lib;
services.malobeo.vpn = {
enable = true;
name = "vpn";
privateKey = config.sops.secrets.wg_private.path;
privateKeyFile = config.sops.secrets.wg_private.path;
};
system.stateVersion = "22.11"; # Did you read the comment?