mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
serivce/nextcloud: set category to media
This commit is contained in:
parent
b5e0057912
commit
d4843177e0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ in
|
||||||
webapps.apps.nextcloud = {
|
webapps.apps.nextcloud = {
|
||||||
dashboard = {
|
dashboard = {
|
||||||
name = "Cloud";
|
name = "Cloud";
|
||||||
category = "app";
|
category = "media";
|
||||||
icon = "cloud";
|
icon = "cloud";
|
||||||
link = "https://cloud.${domain}/login";
|
link = "https://cloud.${domain}/login";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue