nixos/openconnect: add hardening flags

main
alyaeanyx 2 years ago
parent 0c066f0d0e
commit e4c93fb04c
No known key found for this signature in database
GPG Key ID: 87D1AADCD25B8DEE
  1. 2
      nixos/modules/services/networking/openconnect.nix

@ -103,6 +103,8 @@ let
generateConfig name icfg
} ${icfg.gateway}";
StandardInput = "file:${icfg.passwordFile}";
ProtectHome = true;
};
};
in {

Loading…
Cancel
Save