fixes
This commit is contained in:
parent
0a32439a4c
commit
b654ce3691
2 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
};
|
};
|
||||||
media = {
|
media = {
|
||||||
enable = true;
|
enable = true;
|
||||||
watch = true;
|
watch = false;
|
||||||
type = "sendonly";
|
type = "sendonly";
|
||||||
path = "/media/syncthing/media";
|
path = "/media/syncthing/media";
|
||||||
rescanInterval = 27 * 24 * 3600;
|
rescanInterval = 27 * 24 * 3600;
|
||||||
|
|
|
@ -58,6 +58,7 @@ in
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
unstable.youtube-dl
|
unstable.youtube-dl
|
||||||
|
unstable.yt-dlp
|
||||||
mplayer
|
mplayer
|
||||||
mpv
|
mpv
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue