zerotier configuration

This commit is contained in:
2025-09-14 23:18:30 +08:00
parent 1dc8e4cf33
commit 89ce5b5614
2 changed files with 10 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
dive
just
rsync
zellij
];
services = {

View File

@@ -56,7 +56,10 @@ in
3000
3001
];
trustedInterfaces = [ "tailscale0" ];
trustedInterfaces = [
"tailscale0"
"ztxh6lvd6t"
];
};
};
@@ -81,6 +84,7 @@ in
environment.systemPackages = with pkgs; [
git
neovim
nvidia-container-toolkit
];
virtualisation.podman = {
@@ -93,6 +97,10 @@ in
services.xserver.videoDrivers = [ "nvidia" ];
hardware.nvidia.open = true;
services.zerotierone = {
enable = true;
joinNetworks = [ "23992b9a659115b6" ];
};
system.stateVersion = "25.11";
};