Remove unneeded nextcloud apps

This commit is contained in:
SebastianStork 2025-05-16 21:29:54 +02:00
parent 6dd9c08a46
commit a68e5c5842
3 changed files with 0 additions and 26 deletions

View file

@ -65,8 +65,6 @@ in
inherit (config.services.nextcloud.package.packages.apps)
calendar
contacts
deck
onlyoffice
;
twofactor_totp = pkgs.fetchNextcloudApp {
@ -75,12 +73,6 @@ in
license = "agpl3Plus";
unpack = true;
};
side_menu = pkgs.fetchNextcloudApp {
url = inputs.nextcloud-side-menu.outPath;
sha256 = inputs.nextcloud-side-menu.narHash;
license = "agpl3Plus";
unpack = true;
};
};
};
};