summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2022-12-12 20:59:24 +0100
committermakefu <github@syntax-fehler.de>2022-12-12 22:17:13 +0100
commit908bb16cc8356a1b77fc79a9f49c0bd0a3d8b3e0 (patch)
tree115b5ff1b66f95abca68d2efae38f786679d20cd
parent26f67c6c803d70e0c947790d5f8cf60db8199910 (diff)
ma gui/look-up: fix configuration
-rw-r--r--krebs/1systems/puyak/config.nix2
-rw-r--r--makefu/2configs/gui/look-up.nix1
2 files changed, 2 insertions, 1 deletions
diff --git a/krebs/1systems/puyak/config.nix b/krebs/1systems/puyak/config.nix
index de98a84c..033cb94d 100644
--- a/krebs/1systems/puyak/config.nix
+++ b/krebs/1systems/puyak/config.nix
@@ -111,7 +111,7 @@
<stockholm/krebs/2configs/shack/prometheus/blackbox.nix>
#<stockholm/krebs/2configs/shack/prometheus/unifi.nix>
# TODO: alertmanager 0.24+ supports telegram
- <stockholm/krebs/2configs/shack/prometheus/alertmanager-telegram.nix>
+ # <stockholm/krebs/2configs/shack/prometheus/alertmanager-telegram.nix>
];
krebs.build.host = config.krebs.hosts.puyak;
diff --git a/makefu/2configs/gui/look-up.nix b/makefu/2configs/gui/look-up.nix
index eea84bc4..e04098cc 100644
--- a/makefu/2configs/gui/look-up.nix
+++ b/makefu/2configs/gui/look-up.nix
@@ -1,6 +1,7 @@
{pkgs, config, ... }:
let
user = config.krebs.build.user.name;
+ window-manager = "awesome";
in
{
systemd.services.look-up = {