fix: fueltide hosting

This commit is contained in:
2026-01-03 17:55:06 +01:00
parent 8ae96c9b38
commit 336ddb13f8
3 changed files with 112 additions and 66 deletions

View File

@@ -1,11 +1,5 @@
{ pkgs, config, ... }:
let
nextcloud30 = pkgs.nextcloud30.overrideAttrs (oldAttrs: {
src = pkgs.fetchurl {
url = "https://download.nextcloud.com/server/releases/nextcloud-30.0.2.tar.bz2";
sha256 = "sha256-kpu4BF6WIW/iKmXc1mJ55b17oauynZm/QB1CO2RqRF8=";
};
});
in
{
sops.secrets.nextcloud-adminpass.owner = "nextcloud";