Add tor to paranoia mode
This commit is contained in:
parent
eb287f9850
commit
83c3fb466e
|
@ -21,5 +21,9 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
pub-solar.core.hibernation.enable = true;
|
||||
services.logind.lidSwitch = "hibernate";
|
||||
|
||||
services.tor.settings = {
|
||||
UseBridges = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue