zerotier configuration
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
dive
|
||||
just
|
||||
rsync
|
||||
zellij
|
||||
];
|
||||
|
||||
services = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user