nixy: disable nextcloud and seafile services
This commit is contained in:
parent
bdc019547e
commit
6eb21658dd
@ -125,7 +125,7 @@
|
||||
};
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
package = pkgs.nextcloud28;
|
||||
config.adminpassFile = config.sops.secrets."nextcloud_admin".path;
|
||||
configureRedis = true;
|
||||
@ -273,7 +273,7 @@
|
||||
};
|
||||
|
||||
services.seafile = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
initialAdminPassword = "admin";
|
||||
adminEmail = "asmir.abdulahovic" + "@" + "gmail.com";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user