From 322a76cb7ae074f558ae901f9be65b48d5259883 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 26 Apr 2020 15:51:38 +0100 Subject: fix(ops/nixos/camden): Use new //fun/idual CLI structure --- ops/nixos/camden/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ops/nixos/camden/default.nix') diff --git a/ops/nixos/camden/default.nix b/ops/nixos/camden/default.nix index 8b586dced43e..4fe7b4376474 100644 --- a/ops/nixos/camden/default.nix +++ b/ops/nixos/camden/default.nix @@ -100,6 +100,7 @@ in lib.fix(self: { environment.systemPackages = # programs from the depot (with depot; [ + fun.idual.script fun.idual.setAlarm third_party.git third_party.honk @@ -350,7 +351,7 @@ in lib.fix(self: { # Timer units that can be started with systemd-run to set my alarm. systemd.user.services.light-alarm = { - script = "${depot.fun.idual.script}/bin/__init__.py"; + script = "${depot.fun.idual.script}/bin/idualctl wakey"; postStart = "${pkgs.systemd}/bin/systemctl --user stop light-alarm.timer"; serviceConfig = { Type = "oneshot"; -- cgit 1.4.1