1
1
Fork 0

catacomb: add ffmpeg

This commit is contained in:
Tim Van Baak 2024-04-16 20:53:06 +00:00
parent 652d8d0805
commit 13eac55616
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
swapDevices = [ { device = "/swap"; size = 1024; } ];
environment.systemPackages = with pkgs; [
ffmpeg
lsof # list open files
mkpasswd # used for setting SMB passwords, I think?
samba # provides smbpasswd, mostly