update
Some checks failed
/ Check (push) Has been cancelled

This commit is contained in:
alydev 2025-10-31 19:14:40 +10:00
parent c29abd2cee
commit 7f20f02dec
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
services.cron = {
enable = true;
systemCronJobs = [
"* * * * * /mnt/storage/media/randomintro.sh"
"0 * * * * /mnt/storage/media/randomintro.sh"
];
};
system.stateVersion = "25.05";

View file

@ -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;