knossos/services/cryptpad.nix

9 lines
91 B
Nix
Raw Normal View History

2025-11-08 14:18:13 +08:00
{ config, pkgs, ... }:
{
# not finished
services.cryptpad= {
enable = true;
};
}