nix/modules/services/default.nix
2024-11-06 12:06:04 +01:00

6 lines
63 B
Nix

{
imports = [
./media-mgr.nix
./nextcloud.nix
];
}