Nextcloud: remove default username

This commit is contained in:
DashieTM 2025-05-10 13:52:33 +02:00
parent cee415973f
commit 62ce845f71

View file

@ -8,13 +8,13 @@
description = "Enable nextcloud";
};
username = lib.mkOption {
default = "DashieTM";
default = "";
example = "globi";
type = lib.types.str;
description = "Your username";
};
url = lib.mkOption {
default = "cloud.dashie.org";
default = "";
example = "cloud.globi.org";
type = lib.types.str;
description = "Your url";