fuck my fucking chungus life i am such a fat chud
This commit is contained in:
parent
e912383941
commit
0787779876
8 changed files with 44 additions and 20 deletions
|
|
@ -17,6 +17,7 @@
|
|||
cliphist
|
||||
swappy
|
||||
mpv
|
||||
vulkan-tools
|
||||
pkgs.looking-glass-client
|
||||
tmux
|
||||
fastfetch
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
imports = [
|
||||
./bluetooth.nix
|
||||
./ssh.nix
|
||||
#./zapret.nix zapret decided to kill itself among all the devices caused so much problems, i just use tailscale exit node for the time being until i decide to fix this fucking shitass tool
|
||||
#./zapret.nix # zapret decided to kill itself among all the devices caused so much problems, i just use tailscale exit node for the time being until i decide to fix this fucking shitass tool
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
services.dnscrypt-proxy = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
listen_addresses = [
|
||||
|
|
@ -29,11 +29,11 @@
|
|||
};
|
||||
|
||||
services.zapret = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
|
||||
params = [
|
||||
# "--dpi-desync=fake"
|
||||
# "--dpi-desync-ttl=8"
|
||||
"--dpi-desync=fake"
|
||||
"--dpi-desync-ttl=8"
|
||||
"--filter-tcp=443 --dpi-desync=fake --dpi-desync-ttl=1 --dpi-desync-fooling=badsum "
|
||||
"--filter-udp=443 --dpi-desync=fake --dpi-desync-ttl=1 --dpi-desync-fooling=badsum --new "
|
||||
"--filter-tcp=443 --hostlist=/opt/zapret/ipset/zapret-hosts-user.txt --dpi-desync=fake --dpi-desync-ttl=1 --dpi-desync-fooling=badsum "
|
||||
|
|
@ -44,17 +44,12 @@
|
|||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
[connectivity]
|
||||
uri=http://connectivitycheck.gstatic.com/generate_204
|
||||
interval=0
|
||||
'';
|
||||
#dns = "none";
|
||||
dns = "none";
|
||||
};
|
||||
|
||||
nameservers = [
|
||||
# "127.0.0.1"
|
||||
# "::1"
|
||||
"127.0.0.1"
|
||||
"::1"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,8 +11,11 @@
|
|||
};
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
extraSetFlags = [
|
||||
"--exit-node=poggerer"
|
||||
];
|
||||
useRoutingFeatures = "both";
|
||||
interfaceName = "userspace-networking";
|
||||
# interfaceName = "userspace-networking";
|
||||
};
|
||||
|
||||
programs.thunar.plugins = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue