diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 16:06:20 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-06-14 16:06:20 -0500 |
| commit | 83dd514fba4071abbecfbc5f04cd7ea33d14c473 (patch) | |
| tree | 03ba9004abc6fb6d9d9fcec82eeea52655b5e2d6 /hosts/poweredge/configuration.nix | |
| parent | 33771d6733ba9064fa29478a5f356dbbb1d975c2 (diff) | |
| download | nixos-83dd514fba4071abbecfbc5f04cd7ea33d14c473.tar.xz nixos-83dd514fba4071abbecfbc5f04cd7ea33d14c473.zip | |
filebrowser container on poweredge with public and private ports
Diffstat (limited to 'hosts/poweredge/configuration.nix')
| -rw-r--r-- | hosts/poweredge/configuration.nix | 9 |
1 files changed, 5 insertions, 4 deletions
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 |
