split dir separates webm, av1 more
This commit is contained in:
parent
a043b8eddb
commit
8b10e9020f
@ -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
|
||||||
|
|||||||
@ -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" // { };
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user