disable tailscale

This commit is contained in:
xqtc 2024-11-28 12:19:37 +01:00
parent 3d40f8cecb
commit eb0d2e5fec
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
4 changed files with 13 additions and 4 deletions

View file

@ -45,7 +45,7 @@
package = pkgs.nix-ld-rs;
};
services.tailscale.enable = true;
# services.tailscale.enable = true;
nix.settings = {
trusted-users = ["xqtc"];

View file

@ -253,7 +253,7 @@
networking.wireguard.enable = true;
services.tailscale.enable = true;
# services.tailscale.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [2234 4747 8096 8080 8082];
# networking.firewall.allowedUDPPorts = [ ... ];

View file

@ -165,7 +165,7 @@
networking.wireguard.enable = true;
services.tailscale.enable = true;
# services.tailscale.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [8080 5173];

View file

@ -19,6 +19,15 @@
nixpkgs.config.allowUnfree = true;
security.pam.services.swaylock = {};
security.pam.services.swaylock.fprintAuth = true;
services.fprintd.enable = true;
services.fprintd.tod.enable = true;
# services.fprintd.tod.driver = pkgs.libfprint-2-tod1-vfs0090; # (If the vfs0090 Driver does not work, use the following driver)
services.fprintd.tod.driver = pkgs.libfprint-2-tod1-goodix; # (On my device it only worked with this driver)
hardware.graphics = {
enable = true;
@ -198,7 +207,7 @@
};
#networking.wireguard.enable = true;
services.tailscale.enable = true;
# services.tailscale.enable = true;
# Open ports in the firewall.
networking.firewall.allowedTCPPorts = [22 2234 8080 5173];