implemented all of the currently available server

This commit is contained in:
2024-09-28 23:51:13 -06:00
parent 9151ca5971
commit 0f0acb01b8
6 changed files with 76 additions and 9 deletions

View File

@@ -29,6 +29,10 @@ in
style = "row";
columns = 4;
};
"Other" = {
style = "row";
columns = 3;
};
};
background = "https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80";
};
@@ -75,6 +79,13 @@ in
{ inherit (services) "qbittorrent miniserver"; }
];
}
{
"Other" = [
{ inherit (services) mealie; }
{ inherit (services) nextcloud; }
{ inherit (services) paperless; }
];
}
];
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (