summaryrefslogtreecommitdiffstats
path: root/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-03-20 12:51:32 +0100
committermakefu <github@syntax-fehler.de>2021-03-20 12:51:32 +0100
commit384c509c3d8fbe1dc48ea1d4499ebc85855e203d (patch)
treefd7e654df93bc77b214add659a1b5c9fa7952951 /2configs
parent28022f8a9047ec45d2aa6dfca10b8c672c86c506 (diff)
ma kalauerbot: add support for oof
Diffstat (limited to '2configs')
-rw-r--r--2configs/bureautomation/kalauerbot.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/2configs/bureautomation/kalauerbot.nix b/2configs/bureautomation/kalauerbot.nix
index ff045e2f3..aa66e30b4 100644
--- a/2configs/bureautomation/kalauerbot.nix
+++ b/2configs/bureautomation/kalauerbot.nix
@@ -1,11 +1,19 @@
{ config, lib, pkgs, ... }:
+let
+ oofdir = fetchTarball {
+ url = "https://o.euer.krebsco.de/s/AZn9QPLGFZeDfNq/download";
+ sha256 = "1wa59rkgffql6hbiw9vv0zh35wx9x1cp4bnwicprbd0kdxj75miz";
+ };
+in
{
systemd.services.kalauerbot = {
description = "Kalauerbot";
after = [ "network-online.target" ];
wantedBy = [ "multi-user.target" ];
- environment = import <secrets/bureautomation/citadel.nix>;
+ environment = import <secrets/bureautomation/citadel.nix> // {
+ "KALAUER_OOFDIR" = oofdir;
+ };
serviceConfig = {
DynamicUser = true;
StateDirectory = "kalauerbot";
[cgit] Unable to lock slot /tmp/cgit/dc000000.lock: No such file or directory (2)