Nextcloud: remove default username
This commit is contained in:
parent
cee415973f
commit
62ce845f71
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue