nix/modules/services/default.nix
2024-11-29 16:11:55 +01:00

7 lines
85 B
Nix

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