From 30329f911d40180e25ec7aa5ff8ebc82c1722ce1 Mon Sep 17 00:00:00 2001 From: dawn <90008@gaze.systems> Date: Fri, 10 Apr 2026 20:10:56 +0300 Subject: [PATCH] meow --- hosts/chernobog/default.nix | 2 ++ hosts/trimounts/modules/navidrome.nix | 2 +- pkgs-set/pkgs/lmstudio.nix/default.nix | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/hosts/chernobog/default.nix b/hosts/chernobog/default.nix index 0f0b38b..2b0e631 100644 --- a/hosts/chernobog/default.nix +++ b/hosts/chernobog/default.nix @@ -77,5 +77,7 @@ hardware.enableRedistributableFirmware = true; + virtualisation.podman.enable = true; + system.stateVersion = "25.05"; } diff --git a/hosts/trimounts/modules/navidrome.nix b/hosts/trimounts/modules/navidrome.nix index 2ea4b60..3019fe3 100644 --- a/hosts/trimounts/modules/navidrome.nix +++ b/hosts/trimounts/modules/navidrome.nix @@ -57,7 +57,7 @@ in { ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p ${callieMount}"; ExecStart = '' ${pkgs.geesefs}/bin/geesefs \ - --endpoint http://homura-v:9000 \ + --endpoint http://homura:9000 \ --region us-east-1 \ --shared-config ${config.age.secrets.callieMusic.path} \ --cache %C/geesefs-callie \ diff --git a/pkgs-set/pkgs/lmstudio.nix/default.nix b/pkgs-set/pkgs/lmstudio.nix/default.nix index 71bc707..97711a0 100644 --- a/pkgs-set/pkgs/lmstudio.nix/default.nix +++ b/pkgs-set/pkgs/lmstudio.nix/default.nix @@ -11,8 +11,8 @@ let hash_aarch64-linux = "sha256-fQgXmhkbqTjbW/pyPvyZsIxtkQanpgh1DkzyrbFH6t8="; version_aarch64-darwin = "0.4.9-1"; hash_aarch64-darwin = "sha256-MuvYJ5mVC6Usz37DF/TG4M8gOHsKG2uN9qzq+dXNa7M="; - version_x86_64-linux = "0.4.9-1"; - hash_x86_64-linux = "sha256-+vn8gExfdfbYUBVzc59kCDlw7nEbFIyGR0fF9sFFodo="; + version_x86_64-linux = "0.4.10-1"; + hash_x86_64-linux = "sha256-FC7rPA1CxTaYakpSSpjxYiPETW8+N5QmsmUib3RHD0o="; meta = { description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)"; -- 2.51.2