add nextcloud tasks
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
fqdn = "cloud.rpqt.fr";
|
||||
in
|
||||
@@ -31,6 +31,10 @@ in
|
||||
usePathStyle = true;
|
||||
};
|
||||
};
|
||||
extraAppsEnable = true;
|
||||
extraApps = {
|
||||
inherit (pkgs.nextcloud31Packages.apps) tasks;
|
||||
};
|
||||
};
|
||||
|
||||
services.postgresql = {
|
||||
|
||||
Reference in New Issue
Block a user