From 7f20f02decd5f687eab720be95055770ac127bd8 Mon Sep 17 00:00:00 2001 From: alydev Date: Fri, 31 Oct 2025 19:14:40 +1000 Subject: [PATCH] update --- system/aly-server.nix | 2 +- system/global.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/aly-server.nix b/system/aly-server.nix index 05fd02d..9bdb353 100644 --- a/system/aly-server.nix +++ b/system/aly-server.nix @@ -15,7 +15,7 @@ services.cron = { enable = true; systemCronJobs = [ - "* * * * * /mnt/storage/media/randomintro.sh" + "0 * * * * /mnt/storage/media/randomintro.sh" ]; }; system.stateVersion = "25.05"; diff --git a/system/global.nix b/system/global.nix index df2f0f0..36ada32 100644 --- a/system/global.nix +++ b/system/global.nix @@ -4,7 +4,7 @@ boot.loader.efi.canTouchEfiVariables = true; nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ - cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g nixd + cargo rustc just git wget gcc gnumake autoconf automake pkg-config cifs-utils ntfs3g yt-dlp ]; programs.nixvim = { enable = true;