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() {
_po "CI: checks for $1 failed!" "$(tail -n 30 $2)"
_po "CI: checks for $1 failed!" "$(get_journal xin-ci-update)"
}
handle_merge_fail() {

View File

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

View File

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