Skip to content

Commit 2083d01

Browse files
committed
Update lecture recorder
1 parent da5ec2d commit 2083d01

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

hosts/servers/pollux/lecture-recorder.nix

+5-2
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,20 @@ in
5353
systemd.services = {
5454
audimax-1h = service "bau178a-gm-1-audi-max" "3600";
5555
audimax-2h = service "bau178a-gm-1-audi-max" "7200";
56+
audimax-3h = service "bau178a-gm-1-audi-max" "10800";
5657

5758
informatik-1h = service "deu116-informatikhoersaal" "3600";
5859
informatik-2h = service "deu116-informatikhoersaal" "7200";
5960
informatik-3h = service "deu116-informatikhoersaal" "10800";
6061

61-
tmp-recording = service "bau178a-gm-1-audi-max" "5";
62+
gm5-1h = service "bau276a-gm-5-praktikum-hs" "3600";
63+
gm5-2h = service "bau276a-gm-5-praktikum-hs" "7200";
64+
gm5-3h = service "bau276a-gm-5-praktikum-hs" "10800";
6265
};
6366

6467
systemd.timers = {
6568
mon-08-audimax = timer "audimax-2h.service" "Mon 08:00";
66-
mon-12-audimax = timer "audimax-2h.service" "Mon 12:00";
69+
mon-12-gm5 = timer "gm5-2h.service" "Mon 12:00";
6770
mon-14-audimax = timer "audimax-2h.service" "Mon 14:00";
6871

6972
tue-08-audimax = timer "audimax-2h.service" "Tue 08:00";

0 commit comments

Comments
 (0)