mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update packages and deploy using deploy-rs
This commit is contained in:
parent
7a2c069046
commit
f174228d9f
5 changed files with 172 additions and 64 deletions
|
|
@ -41,7 +41,7 @@ in
|
|||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud21;
|
||||
package = pkgs.nextcloud22;
|
||||
hostName = "cloud.${config.networking.domain}";
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
|
|
@ -52,6 +52,7 @@ in
|
|||
adminpassFile = "/var/keys/nextcloud-admin-pass";
|
||||
adminuser = "root";
|
||||
overwriteProtocol = "https";
|
||||
defaultPhoneRegion = "BE";
|
||||
};
|
||||
};
|
||||
users.users.nextcloud.extraGroups = [ "keys" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue