this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

meow

dawn 30329f91 7e296307

+5 -3
+2
hosts/chernobog/default.nix
··· 77 77 78 78 hardware.enableRedistributableFirmware = true; 79 79 80 + virtualisation.podman.enable = true; 81 + 80 82 system.stateVersion = "25.05"; 81 83 }
+1 -1
hosts/trimounts/modules/navidrome.nix
··· 57 57 ExecStartPre = "${pkgs.coreutils}/bin/mkdir -p ${callieMount}"; 58 58 ExecStart = '' 59 59 ${pkgs.geesefs}/bin/geesefs \ 60 - --endpoint http://homura-v:9000 \ 60 + --endpoint http://homura:9000 \ 61 61 --region us-east-1 \ 62 62 --shared-config ${config.age.secrets.callieMusic.path} \ 63 63 --cache %C/geesefs-callie \
+2 -2
pkgs-set/pkgs/lmstudio.nix/default.nix
··· 11 11 hash_aarch64-linux = "sha256-fQgXmhkbqTjbW/pyPvyZsIxtkQanpgh1DkzyrbFH6t8="; 12 12 version_aarch64-darwin = "0.4.9-1"; 13 13 hash_aarch64-darwin = "sha256-MuvYJ5mVC6Usz37DF/TG4M8gOHsKG2uN9qzq+dXNa7M="; 14 - version_x86_64-linux = "0.4.9-1"; 15 - hash_x86_64-linux = "sha256-+vn8gExfdfbYUBVzc59kCDlw7nEbFIyGR0fF9sFFodo="; 14 + version_x86_64-linux = "0.4.10-1"; 15 + hash_x86_64-linux = "sha256-FC7rPA1CxTaYakpSSpjxYiPETW8+N5QmsmUib3RHD0o="; 16 16 17 17 meta = { 18 18 description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)";