reinstall

This commit is contained in:
Elias Gasparis 2025-11-08 14:18:13 +08:00
commit 237853b590
29 changed files with 1096 additions and 0 deletions

9
services/cryptpad.nix Normal file
View file

@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
# not finished
services.cryptpad= {
enable = true;
};
}