box: disable loki

- clunk: move libinput
- common.sh: fix handle_update_check_fail
This commit is contained in:
Aaron Bieber 2024-05-20 08:21:34 -06:00
parent 4336fb63da
commit 354d3b08d6
No known key found for this signature in database
3 changed files with 5 additions and 3 deletions

View File

@ -142,7 +142,7 @@ handle_check_fail() {
} }
handle_update_check_fail() { handle_update_check_fail() {
_po "CI: checks for $1 failed!" "$(tail -n 30 $2)" _po "CI: checks for $1 failed!" "$(get_journal xin-ci-update)"
} }
handle_merge_fail() { handle_merge_fail() {

View File

@ -587,7 +587,7 @@ in
}; };
loki = { loki = {
enable = true; enable = false;
configuration = { configuration = {
analytics.reporting_enabled = false; analytics.reporting_enabled = false;
server.http_listen_port = 3030; server.http_listen_port = 3030;

View File

@ -54,6 +54,9 @@ in
fwupd = { fwupd = {
enable = true; enable = true;
}; };
libinput.enable = true;
xserver = { xserver = {
enable = true; enable = true;
@ -65,7 +68,6 @@ in
Option "TearFree" "true" Option "TearFree" "true"
''; '';
libinput.enable = true;
windowManager.xmonad = { windowManager.xmonad = {
enable = true; enable = true;