akjlsdf
This commit is contained in:
parent
11c620a3a1
commit
4d1b42e922
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ in {
|
||||||
options.modules.security.tor = { enable = lib.mkEnableOption false; };
|
options.modules.security.tor = { enable = lib.mkEnableOption false; };
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
||||||
|
users.users.sako.packages = with pkgs; [ tor-browser ];
|
||||||
|
|
||||||
services.tor = {
|
services.tor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
torsocks.enable = true;
|
torsocks.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue