so many tests

This commit is contained in:
2025-08-04 21:39:24 +03:00
parent 704e704b4c
commit 56e97b6d5f
20 changed files with 104 additions and 104 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
# HSA_OVERRIDE_GFX_VERSION = "11.5.0";
# HCC_AMDGPU_TARGET = "gfx1150"; # used to be necessary, but doesn't seem to anymore
# };
# user = "ollama"; # "${inputs.zeroq.devices.admin}";
# user = "ollama"; # "${config.xlib.devices.admin}";
# group = "ollama";
# acceleration = "rocm";
# rocmOverrideGfx = "11.5.0";
+2 -2
View File
@@ -20,12 +20,12 @@ let
in
{
systemd.tmpfiles.rules = [
"z /mnt/beets 0700 ${inputs.zeroq.devices.admin} users -" # beets absolute paths
"z /mnt/beets 0700 ${config.xlib.devices.admin} users -" # beets absolute paths
];
users = {
users = {
"${inputs.zeroq.devices.admin}" = {
"${config.xlib.devices.admin}" = {
packages = [
beetsEnv
pkgs.mp3gain