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;