Merge branch 'main' of github.com:DarkGuibrine/NixConfig
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user