Enable cron and start backing up git repos.
1 files changed, 8 insertions(+), 0 deletions(-) M configuration.nix
M configuration.nix => configuration.nix +8-0
@@ 69,6 69,7 @@ environment.systemPackages = with pkgs; [ lm_sensors wget curl vim tmux htop unzip git ripgrep clang llvm gcc binutils file @@ go 93,6 94,13 @@ enable = true; }; cron = { enable = true; systemCronJobs = [ "* 3 * * * abyxcos cd /mnt/guava/backups/git && /bin/sh /home/abyxcos/src/backup_scripts/backup_git.sh" ]; }; navidrome = { enable = true; settings = {