mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add freefilesync
This commit is contained in:
@@ -95,6 +95,7 @@ in
|
|||||||
discord
|
discord
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
|
freefilesync
|
||||||
ghostscript
|
ghostscript
|
||||||
gimp-with-plugins
|
gimp-with-plugins
|
||||||
glibcLocales
|
glibcLocales
|
||||||
@@ -298,6 +299,29 @@ in
|
|||||||
services.opensnitch = {
|
services.opensnitch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
rules = {
|
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 = {
|
systemd-timesyncd = {
|
||||||
name = "systemd-timesyncd";
|
name = "systemd-timesyncd";
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
Reference in New Issue
Block a user