i once again again again ened to sync

This commit is contained in:
martyTF 2026-07-09 20:10:45 +02:00
parent 9cac325698
commit 6063d2b438
18 changed files with 1264 additions and 1375 deletions

View file

@ -20,9 +20,9 @@
editor = false;
};
timeout = 3;
efi.canTouchEfiVariables = true;
efi.canTouchEfiVariables = false;
};
kernelPackages = pkgs.linuxPackages_zen;
# kernelPackages = pkgs.linuxPackages_zen;
kernel = {
sysctl = {
"vm.swappiness" = 10;

View file

@ -24,11 +24,16 @@
53317
16261
16262
25565
27015
];
allowedTCPPorts = [
53317
16261
16262
3400
25565
27015
];
trustedInterfaces = [ "tailscale0" ];
};