mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
small improvements & security update
changelog: - added additional commands for nixos `gc` in fish - changed default app to `mpv` for gif images in mimeapps.list - added config for clamav-scanner - added `fangfrisch` to clamav - sandboxed some apps & added profiles through firejail - changed vscode to vscodium - updated README
This commit is contained in:
8
nixos/clamav-scanner.nix
Normal file
8
nixos/clamav-scanner.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.clamav.scanner = {
|
||||
enable = true;
|
||||
interval = "Sat *-*-* 04:00:00";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user