add filebrowser app as nextcloud alternative

This commit is contained in:
Noah Masur
2024-08-25 21:56:28 +00:00
parent 3b86a666fd
commit 25c4e79ccc
5 changed files with 81 additions and 0 deletions

View File

@ -77,6 +77,10 @@
default = [ ];
};
hostnames = {
files = lib.mkOption {
type = lib.types.str;
description = "Hostname for files server (Filebrowser).";
};
git = lib.mkOption {
type = lib.types.str;
description = "Hostname for git server (Gitea).";