more music stuff

This commit is contained in:
Anish Lakhwara
2025-09-16 10:47:50 -07:00
parent cfdd468453
commit 266c981cd4
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
serviceConfig.Type = "oneshot";
path = [
pkgs.coreutils
pkgs.openssh
pkgs.gawk
pkgs.rsync
pkgs.beets
];
@@ -13,7 +15,7 @@
User = "anish";
};
};
systemd.timers.get-music-timer = {
systemd.timers.get-music-sync = {
wantedBy = [ "timers.target" ];
partOf = [ "get-music-sync.service" ];
timerConfig.OnCalendar = [ "hourly" ];