mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
so many tests
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user