feat(homes/rafiq): add tor browser
This commit is contained in:
parent
67b5913c24
commit
73a9294508
2 changed files with 9 additions and 0 deletions
|
@ -44,5 +44,12 @@
|
|||
mountHelios = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
tor = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue