chore: netbird module optimized
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
./containers
|
||||
|
||||
./n8n.nix
|
||||
./netbird.nix
|
||||
./pgadmin.nix
|
||||
./postgres.nix
|
||||
./traefik.nix
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{pkgs, ...}: {
|
||||
services.netbird.enable = true;
|
||||
services.netbird = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.netbird;
|
||||
};
|
||||
|
||||
systemd.services.netbird = {
|
||||
environment = {
|
||||
|
||||
Reference in New Issue
Block a user