katzen-cafe/modules/containers/default.nix
2023-04-30 14:56:30 +02:00

7 lines
62 B
Nix

{ pkgs, ... }:
{
imports = [
./phtanumb-wiki.nix
];
}