remove muneem because we can't deploy it

This commit is contained in:
Anish Lakhwara
2022-12-01 16:33:13 +10:00
parent 400309919f
commit 37512813a4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
chromedriver
chromium
];
startAt = "Thu *03:00:00";
startAt = "Thu 03:00:00";
script = ''
cd /home/anish/usr/muneem
source .envrc
@@ -30,6 +30,6 @@
systemd.timers.muneem = {
wantedBy = [ "timers.target" ];
partOf = [ "muneem.service" ];
timerConfig.OnCalendar = [ "Thu *03:00:00" ];
timerConfig.OnCalendar = [ "Thu 03:00:00" ];
};
}