mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
navi perms
This commit is contained in:
parent
1d078a402c
commit
ea1eb6427c
2 changed files with 1 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -196,12 +196,10 @@
|
|||
};
|
||||
|
||||
services.navidrome = {
|
||||
package = unstablePkgs.navidrome;
|
||||
group = "media_services";
|
||||
enable = true;
|
||||
settings = {
|
||||
MusicFolder = "/media/storage/media/music";
|
||||
DisableTagLib = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue