nixos-knossos-old2/services/cryptpad.nix

9 lines
91 B
Nix
Raw Permalink Normal View History

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