nixcfg/nixosModules/containers/nixos/default.nix

12 lines
96 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [
./audiobookshelf
./navidrome
];
}