nix-config/hosts/nixedo/modules/containers/default.nix

7 lines
67 B
Nix
Raw Normal View History

2025-04-17 22:01:18 +01:00
{
imports = [
2025-05-01 00:00:05 +01:00
# ./pi-hole.nix
./tubearchivist.nix
2025-04-17 22:01:18 +01:00
];
}