Add nextcloud #54

Merged
kalipso merged 11 commits from forum-playground into staging 2025-01-18 21:56:29 +01:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit 99a9bef874 - Show all commits

View File

@@ -28,6 +28,7 @@ with lib;
../modules/malobeo_user.nix
../modules/sshd.nix
../modules/minimal_tools.nix
../modules/try/discourse.nix #also wiki.js nextcloud+collective
];
services.malobeo-tasklist.enable = true;

View File

@@ -0,0 +1,13 @@
{}:{
services.discourse = {
enable = true;
hostname = "forum.malobeol.org";
admin = {
email = "admin@";
username = "admin";
fullName = "Admin";
passwordFile = ""; #sops?
};
secretKeyBaseFile = "/run/keys/secret_key_base";
};
}