mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update Flake inputs
This commit is contained in:
parent
d7aea202d7
commit
1808cdc632
6 changed files with 86 additions and 62 deletions
|
|
@ -62,8 +62,9 @@ in
|
|||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud22;
|
||||
package = pkgs.nextcloud24;
|
||||
hostName = "cloud.${config.networking.domain}";
|
||||
https = true;
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue