This commit is contained in:
silver 2024-12-10 00:43:48 +00:00
parent de1aea7abd
commit 58787628d2
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 39 additions and 23 deletions

View file

@ -1,5 +1,10 @@
{ inputs, pkgs, lib, config, ... }:
{
inputs,
pkgs,
lib,
config,
...
}:
with lib; let
cfg = config.modules.pelican-panel;
dir = "/var/www/pelican";
@ -26,8 +31,14 @@ in {
pkgs.php83Extensions.zip
pkgs.php83Extensions.intl
pkgs.php83Extensions.sqlite3
( import ./pelican-install.nix { inherit pkgs; inherit dir; } )
( import ./pelican-update.nix { inherit pkgs; inherit dir; } )
(import ./pelican-install.nix {
inherit pkgs;
inherit dir;
})
(import ./pelican-update.nix {
inherit pkgs;
inherit dir;
})
];
systemd.timers."pelican-cron" = {

View file

@ -1,5 +1,10 @@
{ inputs, pkgs, lib, config, ... }:
{
inputs,
pkgs,
lib,
config,
...
}:
with lib; let
cfg = config.modules.pelican-wings;
in {