Skip to content

Commit

Permalink
modules (nextcloud): Add integration_google
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Oct 4, 2024
1 parent d325416 commit b22e019
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/nixos/nextcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ in {
sha256 = "sha256-vBVhrtuZlyG/9jTGXxgRalrjQgMJDQB0H9sqi5YUKbk=";
license = "agpl3Plus";
};
integration_google = pkgs.fetchNextcloudApp {
url = "https://github.com/nextcloud-releases/integration_google/releases/download/v3.1.0/integration_google-v3.1.0.tar.gz";
sha256 = "sha256-tqsi95+CIoHRFvv8I0HoVl5hjhROrr9epWvNeDynMXQ=";
license = "agpl3Plus";
};
};
extraAppsEnable = true;
};
Expand Down

0 comments on commit b22e019

Please sign in to comment.