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
f921800c76
commit
0c57f4980b
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
virtualisation.oci-containers.containers = {
|
||||
navidrome = {
|
||||
image = "deluan/navidrome:0.60.3";
|
||||
user = "1000:1000";
|
||||
user = "1000:993";
|
||||
volumes = [
|
||||
"/var/lib/navidrome:/data"
|
||||
"/media/storage/media/music:/music:ro"
|
||||
|
|
@ -17,4 +17,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.docker-navidrome.unitConfig.RequiresMountsFor = [ "/media" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue