mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nextcloud 26 -> nextcloud 27
This commit is contained in:
parent
fa6f58e0e9
commit
20dd0ece6c
5 changed files with 38 additions and 29 deletions
|
@ -58,6 +58,7 @@
|
|||
htop-vim
|
||||
helix
|
||||
lsof
|
||||
btdu
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
@ -26,7 +26,7 @@ in
|
|||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud26; # Use current latest nextcloud package
|
||||
package = pkgs.nextcloud27; # Use current latest nextcloud package
|
||||
hostName = "${domain}";
|
||||
https = true; # Use https for all urls
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue