From 83dd514fba4071abbecfbc5f04cd7ea33d14c473 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 14 Jun 2026 16:06:20 -0500 Subject: filebrowser container on poweredge with public and private ports --- hosts/poweredge/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'hosts/poweredge/configuration.nix') diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index 0119620..e9e2d3e 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -1,13 +1,14 @@ { config, lib, pkgs, ... }: { imports = [ + ./bitcoind.nix ./ddns-updater.nix + ./filebrowser.nix ./fileshares.nix - ./networking.nix - #./notification-mailer.nix # TODO move some of this stuff to archetype ./gitea.nix - ./jellyfin.nix ./immich.nix - ./bitcoind.nix + ./jellyfin.nix + ./networking.nix + #./notification-mailer.nix # TODO move some of this stuff to archetype ]; # Setup bootloader -- cgit v1.2.3