nixos-knossos/services/cryptpad.nix

10 lines
91 B
Nix
Raw Permalink Normal View History

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