feat(home): Enable syncthing and tray service

This commit is contained in:
Alexander Kobjolke 2024-03-13 22:13:12 +01:00
parent d88ee22bd6
commit 4f62902ad5
2 changed files with 9 additions and 4 deletions

View file

@ -100,9 +100,10 @@ in {
services.blueman.enable = true; services.blueman.enable = true;
# Open ports in the firewall. # Open ports in the firewall
networking.firewall.allowedTCPPorts = [ 5223 ]; # 22000, 21027 syncthing discovery and connectivity
# networking.firewall.allowedUDPPorts = [ ... ]; networking.firewall.allowedTCPPorts = [ 22000 ];
networking.firewall.allowedUDPPorts = [ 21027 22000 ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;

View file

@ -331,7 +331,7 @@ in {
folders = { folders = {
"org" = { "org" = {
path = "/home/alex/org"; path = "/home/alex/org";
devices = [ "redmi" ]; devices = [ "redmi" "dregil" ];
}; };
"scan" = { "scan" = {
path = "/home/alex/media/scan"; path = "/home/alex/media/scan";
@ -347,6 +347,10 @@ in {
id = id =
"C43WITF-2HS2UCD-X6QFM4H-SC7XQJ7-X5F73EB-7FZHMII-KQNSH5D-NMICIAW"; "C43WITF-2HS2UCD-X6QFM4H-SC7XQJ7-X5F73EB-7FZHMII-KQNSH5D-NMICIAW";
}; };
"dregil" = {
id =
"SMVQO7Q-EB2V7PC-B4LP5IN-SM2UUE4-FUI2RI4-LARFW3S-LXHPAT5-FLNY7QH";
};
}; };
}; };
}; };