Commit 2556f18bb4a9

Vincent Demeester <vincent@sbr.pm>
2025-08-12 15:32:57
home/common/services/syncthings: add a warning to log syncthing configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2f04246
Changed files (1)
home
common
home/common/services/syncthing.nix
@@ -4,6 +4,7 @@
   ...
 }:
 {
+  warnings = [ "Home syncthing for ${hostname}" ];
   services.syncthing = {
     enable = true;
     extraOptions = [ "--no-default-folder" ];