Add tor to paranoia mode

This commit is contained in:
Benjamin Bädorf 2022-10-17 15:59:54 +02:00
parent eb287f9850
commit 83c3fb466e
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -21,5 +21,9 @@ in
config = mkIf cfg.enable {
pub-solar.core.hibernation.enable = true;
services.logind.lidSwitch = "hibernate";
services.tor.settings = {
UseBridges = true;
};
};
}