knossos/services/cryptpad.nix
2025-11-08 14:18:13 +08:00

9 lines
91 B
Nix

{ config, pkgs, ... }:
{
# not finished
services.cryptpad= {
enable = true;
};
}