migrated scripts to separate flake

This commit is contained in:
2024-12-14 16:30:47 -06:00
parent a325009332
commit 16b0a42aca
14 changed files with 50 additions and 28 deletions

View File

@@ -1,4 +1,5 @@
{
inputs,
lib,
config,
pkgs,
@@ -260,9 +261,7 @@ in
nextcloud-cron.path = [ pkgs.perl ];
nextcloud-cronjob =
let
nextcloud-cronjob = pkgs.writeScriptBin "nextcloud-cronjob" (
builtins.readFile ../../scripts/nextcloud-cronjob.sh
);
nextcloud-cronjob = inputs.jawz-scripts.packages.x86_64-linux.nextcloud-cronjob.sh;
in
{
description = "Runs various nextcloud-related cronjobs";