mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Attempt to fix nextcloud memories
This commit is contained in:
parent
b6865e10bf
commit
c5b93b4acb
1 changed files with 4 additions and 0 deletions
|
|
@ -57,6 +57,10 @@ in
|
|||
default_phone_region = "DE";
|
||||
maintenance_window_start = "2"; # UTC
|
||||
defaultapp = "side_menu";
|
||||
memories = {
|
||||
exiftool_no_local = false;
|
||||
exiftool = "${lib.getExe pkgs.exiftool}";
|
||||
};
|
||||
};
|
||||
|
||||
configureRedis = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue