fix: fueltide hosting
This commit is contained in:
parent
8ae96c9b38
commit
336ddb13f8
3 changed files with 112 additions and 66 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue