fix missing ;
This commit is contained in:
@@ -64,8 +64,8 @@ in
|
||||
|
||||
mealie = {
|
||||
enable = true;
|
||||
baseUrl = "https://mealie.mjallen.dev"
|
||||
}
|
||||
baseUrl = "https://mealie.mjallen.dev";
|
||||
};
|
||||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
|
||||
@@ -58,5 +58,10 @@ with lib;
|
||||
type = types.str;
|
||||
default = "";
|
||||
};
|
||||
|
||||
allowSignup = mkOption {
|
||||
type = types.str;
|
||||
default = "true";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user