fixup, figured out why tor didn't serve socks proxy
This commit is contained in:
parent
1db1638ab0
commit
c0d2cc2a27
3 changed files with 78 additions and 68 deletions
16
flake.nix
16
flake.nix
|
|
@ -192,6 +192,14 @@
|
|||
enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
tor = {
|
||||
enable = true;
|
||||
client.enable = true;
|
||||
relay = {
|
||||
enable = true;
|
||||
role = "relay";
|
||||
};
|
||||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.lightdm.enable = true;
|
||||
|
|
@ -201,6 +209,14 @@
|
|||
options = "grp:alt_shift_toggle";
|
||||
};
|
||||
};
|
||||
zerotierone = {
|
||||
enable = true;
|
||||
localConf = {
|
||||
settings = {
|
||||
bind = [ "10.20.0.201" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue