nixcfg/nixosModules/containers/nixos/default.nix

9 lines
67 B
Nix

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