added navidrone configuration
This commit is contained in:
parent
6e1f4bc690
commit
56100e1d0b
2 changed files with 7 additions and 1 deletions
1
home.nix
1
home.nix
|
|
@ -11,7 +11,6 @@
|
||||||
nil
|
nil
|
||||||
nixd
|
nixd
|
||||||
nixfmt
|
nixfmt
|
||||||
package-version-server
|
|
||||||
unzip
|
unzip
|
||||||
ghostty
|
ghostty
|
||||||
flatpak
|
flatpak
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.navidrome = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
MusicFolder = "/mnt/music";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
# OCI Container configuration
|
# OCI Container configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue