feat(homes/rafiq): add tor browser

This commit is contained in:
Mohammad Rafiq 2025-06-06 17:21:54 +08:00
parent 67b5913c24
commit 73a9294508
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -44,5 +44,12 @@
mountHelios = true;
};
services = {
tor = {
enable = true;
client.enable = true;
};
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}