Rename JimboNFS to KittyNFS

This commit is contained in:
Jimbo 2025-01-03 18:03:07 -05:00
parent ea3a6db5af
commit c625bba259
14 changed files with 20 additions and 70 deletions

View file

@ -1,10 +0,0 @@
{ config, ... }:
{
services.seafile = {
enable = true;
gc.enable = true;
group = "nfsShare";
adminEmail = "contact@${config.domains.p2}";
initialAdminPassword = config.secrets.jimboAccPass;
};
}