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"; description = "Enable nextcloud";
}; };
username = lib.mkOption { username = lib.mkOption {
default = "DashieTM"; default = "";
example = "globi"; example = "globi";
type = lib.types.str; type = lib.types.str;
description = "Your username"; description = "Your username";
}; };
url = lib.mkOption { url = lib.mkOption {
default = "cloud.dashie.org"; default = "";
example = "cloud.globi.org"; example = "cloud.globi.org";
type = lib.types.str; type = lib.types.str;
description = "Your url"; description = "Your url";