feat(desktop): move tor-browser config to nixos module

This commit is contained in:
Mohammad Rafiq 2025-06-14 18:29:18 +08:00
parent f5a046cd58
commit da52d32c91
No known key found for this signature in database
3 changed files with 25 additions and 6 deletions

View file

@ -21,6 +21,7 @@
};
desktop = {
browser.tor-browser.enable = true;
services = {
steam.enable = true;
sunshine.enable = true;
@ -35,10 +36,6 @@
};
services = {
tor = {
enable = true;
client.enable = true;
};
sd-webui-forge = {
enable = true;
listen = true;