This commit is contained in:
Tristan 2024-03-05 20:29:08 +00:00
parent 0eb4b39216
commit 594ec240eb
4 changed files with 35 additions and 23 deletions

View file

@ -1,4 +1,8 @@
{pkgs, config, ...}: {
{
pkgs,
config,
...
}: {
home.packages = with pkgs; [
monado
];
@ -26,5 +30,4 @@
}
'';
};
}

View file

@ -68,8 +68,17 @@ in {
datadirectory = "/mnt/storage/nextcloud";
};
extraApps = {
inherit (config.services.nextcloud.package.packages.apps)
contacts calendar mail gpoddersync memories notes maps previewgenerator;
inherit
(config.services.nextcloud.package.packages.apps)
contacts
calendar
mail
gpoddersync
memories
notes
maps
previewgenerator
;
oidc_login = pkgs.fetchNextcloudApp {
sha256 = "sha256-cN5azlThKPKRVip14yfUNR85of5z+N6NVI7sg6pSGQI=";
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v3.0.2/oidc_login.tar.gz";