CrOS/modules/services/matrix/default.nix
TheWanderingCrow c68c15bd03 tuwunel matrix
2025-09-08 09:41:54 -04:00

5 lines
71 B
Nix

{pkgs, ...}: {
services.matrix-tuwunel = {
enable = true;
};
}