Add logcli and stay on 6.12 for now
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m51s
Periodic flake update / flake-update (push) Successful in 1m18s

This commit is contained in:
Torjus Håkestad 2025-01-23 16:48:31 +01:00
parent e4740f7c14
commit 2c94df8bfc
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
2 changed files with 8 additions and 2 deletions

View File

@ -120,5 +120,11 @@ in
awakened-poe-trade
(pkgs.callPackage ./vintagestory.nix { })
(pkgs.linkFarm "logcli" [
{
name = "bin/logcli";
path = pkgs.grafana-loki;
}
])
];
}

View File

@ -24,8 +24,8 @@
# Bootloader stuff
boot = {
# Kernel stuff
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = lib.warn "Pinned to kernel 6.11 due to nvidia trouble!" pkgs.linuxPackages_6_11;
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = lib.warn "Pinned to kernel 6.12 due to v4l2loopback trouble! PR 375833" pkgs.linuxPackages_6_12;
kernelParams = [
"quiet"
"splash"