mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Enable Tailscale
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
./common/fonts.nix
|
||||
./common/linux.nix
|
||||
./common/netdata/default.nix
|
||||
./common/changedetection.io/default.nix
|
||||
./common/opensnitch/default.nix
|
||||
./common/networking.nix
|
||||
./common/packages.nix
|
||||
|
@@ -17,15 +17,18 @@
|
||||
};
|
||||
firewall = {
|
||||
allowedTCPPorts = [
|
||||
6080 # hound
|
||||
8001 # datasette
|
||||
19999 # netdata
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
41641 # tailscale
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
# Enable the OpenSSH server.
|
||||
services.sshd.enable = true;
|
||||
|
||||
services.tailscale = { enable = true; };
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user