This commit is contained in:
2026-05-16 02:04:06 -03:00
parent cbd838fe21
commit 7b49f5e6d2
6 changed files with 37 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@
cargo
gcc
netbird
openssl
jq
## Git
gitFull
@@ -15,8 +15,10 @@
81
443
3000
3478
5335
7777
8443
9000
11000
];
@@ -25,8 +27,10 @@
allowedUDPPorts = [
config.services.tailscale.port
53
3478
5300
7777
8443
40000
];
extraCommands = ''
@@ -7,6 +7,11 @@
}:
{
mods = {
netbird.enable = true;
flakePath = "/etc/nixos";
};
# Enable the OpenSSH daemon.
services.openssh = {
enable = true;