navi perms

This commit is contained in:
death916 2026-02-17 04:43:03 -08:00
parent 1d078a402c
commit ea1eb6427c
2 changed files with 1 additions and 3 deletions

View file

@ -41,7 +41,7 @@
};
nh-push = {
body = ''
/home/death916/Documents/nix-config/scripts/nh-push $argv
/home/death916/nixconfig/scripts/nh-push $argv
'';
description = "Wrapper for nh that runs git pull and git push on success";
};

View file

@ -196,12 +196,10 @@
};
services.navidrome = {
package = unstablePkgs.navidrome;
group = "media_services";
enable = true;
settings = {
MusicFolder = "/media/storage/media/music";
DisableTagLib = true;
};
};