Add tumbler and thumbnail service

This commit is contained in:
RealStickman 2023-05-01 15:37:03 +02:00
parent 4d769f6c0f
commit 2d3615f14f
2 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,9 @@ in
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
services.openssh.enable = true; services.openssh.enable = true;
# Enable thumbnailer service
services.tumbler.enable = true;
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];

View File

@ -14,6 +14,8 @@
xdg-utils # xdg directories, open, etc xdg-utils # xdg directories, open, etc
sweet # gtk theme sweet # gtk theme
capitaine-cursors # cursor theme capitaine-cursors # cursor theme
tumbler # image files thumbnail generator (+ base requirement)
ffmpegthumbnailer # video files thumbnail generator
]; ];
} }