split dir separates webm, av1 more

This commit is contained in:
Danilo Reyes 2024-03-23 22:10:53 -06:00
parent a043b8eddb
commit 8b10e9020f
2 changed files with 3 additions and 2 deletions

View File

@ -564,7 +564,7 @@ gocryptfs # encrypted filesystem! shhh!!!
rmlint # probably my favourite app, amazing dupe finder that integrates well with BTRFS rmlint # probably my favourite app, amazing dupe finder that integrates well with BTRFS
imagemagick # photoshop what?? imagemagick # photoshop what??
ffmpeg # not ffmpreg, the coolest video conversion tool! ffmpeg_5-full # not ffmpreg, the coolest video conversion tool!
torrenttools # create torrent files from the terminal! torrenttools # create torrent files from the terminal!
vcsi # video thumbnails for torrents, can I replace it with ^? vcsi # video thumbnails for torrents, can I replace it with ^?
#+end_src #+end_src

View File

@ -48,7 +48,8 @@
mount = nfsDisk: { mount = nfsDisk: {
device = "server:/${nfsDisk}"; device = "server:/${nfsDisk}";
fsType = "nfs"; fsType = "nfs";
options = [ "x-systemd.automount" "noauto" ]; options = [ "x-systemd.automount" "noauto" "x-systemd.idle-timeout=600" ];
# options = [ "x-systemd.automount" "noauto" ];
}; };
in { in {
"/mnt/pool" = mount "pool" // { }; "/mnt/pool" = mount "pool" // { };