nixos-knossos/services/cryptpad.nix

9 lines
91 B
Nix

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