1
0
Fork 0

Hosts: enable Tor on Hevana and Shura

This commit is contained in:
Aires 2024-12-09 10:18:30 -05:00
parent 2c06c449ed
commit 69acc20396
2 changed files with 12 additions and 4 deletions

View file

@ -270,6 +270,13 @@ in
public = true;
};
};
tor = {
enable = true;
snowflake-proxy = {
enable = true;
capacity = 50;
};
};
virtualization.host = {
enable = true;
user = "aires";

View file

@ -75,7 +75,11 @@ in
user = "aires";
web.enable = true;
};
# Install virtual machine management tools
tor = {
enable = true;
browser.enable = true;
snowflake-proxy.enable = true;
};
virtualization = {
enable = true;
host = {
@ -90,10 +94,7 @@ in
};
ui = {
flatpak = {
# Enable Flatpak support.
enable = true;
# Define Flatpak packages to install.
packages = [
"com.github.tchx84.Flatseal"
"com.github.wwmm.easyeffects"