diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-09-22 17:45:21 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-09-22 17:45:21 -0500 |
| commit | f06933eed23c7003c0d81d687bd1f646768af19c (patch) | |
| tree | 73af9c4b1ed1f98f2bf2cf318dffeb0acbbc7a89 /hosts/poweredge-pro/configuration.nix | |
| parent | ae3cd2ffdc787c33f820ed38b3f43a10e2a752ff (diff) | |
| download | nixos-f06933eed23c7003c0d81d687bd1f646768af19c.tar.xz nixos-f06933eed23c7003c0d81d687bd1f646768af19c.zip | |
add embedtube container to pe-pro
Diffstat (limited to 'hosts/poweredge-pro/configuration.nix')
| -rw-r--r-- | hosts/poweredge-pro/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/poweredge-pro/configuration.nix b/hosts/poweredge-pro/configuration.nix index 23b16f8..483b14e 100644 --- a/hosts/poweredge-pro/configuration.nix +++ b/hosts/poweredge-pro/configuration.nix @@ -1,6 +1,7 @@ { config, lib, pkgs, ... }: { imports = [ ./dns.nix + ./embedtube.nix ./filebrowser.nix ./fileshares.nix ./key.nix |
