restructure homebox

This commit is contained in:
2026-04-23 08:54:59 -05:00
parent 806e8900b4
commit b28d7babf1
14 changed files with 87 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{ inputs, ... }: {
{ self, inputs, ... }: {
flake.nixosModules.netbird = { config, lib, pkgs, ... }: {
@@ -33,6 +33,11 @@
flake.nixosModules.netbird-docker = { config, lib, pkgs, ... }: {
imports = [
self.nixosModules.docker
];
config = {
networking.firewall.allowedUDPPorts = [ 3478 ];