tailscale exit node

This commit is contained in:
Tao Tien 2024-01-07 13:32:33 -08:00
parent d3d15d3ec9
commit 827885b5b2
3 changed files with 19 additions and 11 deletions

View file

@ -65,7 +65,9 @@
];
boot.kernelModules = [ "kvm-intel" ];
powerManagement.cpuFreqGovernor = "powersave";
systemd.sleep.extraConfig = "HibernateDelaySec=60m";
systemd.sleep.extraConfig = "HibernateDelaySec=180m";
# boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
# boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
services.pipewire.wireplumber.enable = true;
environment.etc = {