mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Remove memories app from nextcloud
This commit is contained in:
parent
33e7b5d19d
commit
cd3f01ec9a
1 changed files with 0 additions and 5 deletions
|
|
@ -57,10 +57,6 @@ in
|
||||||
default_phone_region = "DE";
|
default_phone_region = "DE";
|
||||||
maintenance_window_start = "2"; # UTC
|
maintenance_window_start = "2"; # UTC
|
||||||
defaultapp = "side_menu";
|
defaultapp = "side_menu";
|
||||||
memories = {
|
|
||||||
exiftool_no_local = false;
|
|
||||||
exiftool = "${lib.getExe pkgs.exiftool}";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
|
|
@ -77,7 +73,6 @@ in
|
||||||
contacts
|
contacts
|
||||||
deck
|
deck
|
||||||
onlyoffice
|
onlyoffice
|
||||||
memories
|
|
||||||
;
|
;
|
||||||
|
|
||||||
twofactor_totp = pkgs.fetchNextcloudApp {
|
twofactor_totp = pkgs.fetchNextcloudApp {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue