nixos/openconnect: add hardening flags

This commit is contained in:
alyaeanyx 2022-04-10 14:19:22 +02:00
parent 0c066f0d0e
commit e4c93fb04c
No known key found for this signature in database
GPG Key ID: 87D1AADCD25B8DEE

View File

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