summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = {