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";
|
||||
};
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue