zerotier configuration
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
dive
|
dive
|
||||||
just
|
just
|
||||||
rsync
|
rsync
|
||||||
|
zellij
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|||||||
@@ -56,7 +56,10 @@ in
|
|||||||
3000
|
3000
|
||||||
3001
|
3001
|
||||||
];
|
];
|
||||||
trustedInterfaces = [ "tailscale0" ];
|
trustedInterfaces = [
|
||||||
|
"tailscale0"
|
||||||
|
"ztxh6lvd6t"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -81,6 +84,7 @@ in
|
|||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
neovim
|
neovim
|
||||||
|
nvidia-container-toolkit
|
||||||
];
|
];
|
||||||
|
|
||||||
virtualisation.podman = {
|
virtualisation.podman = {
|
||||||
@@ -93,6 +97,10 @@ in
|
|||||||
services.xserver.videoDrivers = [ "nvidia" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
hardware.nvidia.open = true;
|
hardware.nvidia.open = true;
|
||||||
|
|
||||||
|
services.zerotierone = {
|
||||||
|
enable = true;
|
||||||
|
joinNetworks = [ "23992b9a659115b6" ];
|
||||||
|
};
|
||||||
system.stateVersion = "25.11";
|
system.stateVersion = "25.11";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user