box: disable loki
- clunk: move libinput - common.sh: fix handle_update_check_fail
This commit is contained in:
parent
4336fb63da
commit
354d3b08d6
@ -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() {
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user