fuck my fucking chungus life i am such a fat chud

This commit is contained in:
tulg 2026-01-27 01:52:43 +03:00
parent e912383941
commit 0787779876
8 changed files with 44 additions and 20 deletions

View file

@ -17,6 +17,7 @@
cliphist
swappy
mpv
vulkan-tools
pkgs.looking-glass-client
tmux
fastfetch

View file

@ -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
];
}

View file

@ -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"
];
};
}

View file

@ -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; [