This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
music-server/modules/default.nix
T
2026-07-29 23:48:23 +02:00

12 lines
138 B
Nix

{
imports = [
./slskd.nix
./navidrome.nix
./nfs.nix
./scripts.nix
./services.nix
./smb.nix
./zfs.nix
];
}