Add freefilesync

This commit is contained in:
Dave Gallant
2025-02-09 15:55:10 -05:00
parent 8ca246c22b
commit 3e8895a3ff

View File

@@ -95,6 +95,7 @@ in
discord
docker
docker-compose
freefilesync
ghostscript
gimp-with-plugins
glibcLocales
@@ -298,6 +299,29 @@ in
services.opensnitch = {
enable = true;
rules = {
avahi-ipv4 = {
name = "Allow avahi daemon IPv4";
enabled = true;
action = "allow";
duration = "always";
operator = {
type = "list";
operand = "list";
list = [
{
type = "simple";
operand = "process.path";
sensitive = false;
data = "${lib.getBin pkgs.avahi}/bin/avahi-daemon";
}
{
type = "network";
operand = "dest.network";
data = "224.0.0.0/24";
}
];
};
};
systemd-timesyncd = {
name = "systemd-timesyncd";
enabled = true;