From fb708499a79ee987dc38cb2d58185115d126b60f Mon Sep 17 00:00:00 2001 From: Andre Date: Sat, 2 Mar 2024 11:55:31 -0500 Subject: [PATCH] Enable SyncthingTray on Dimaga --- flake.lock | 6 +++--- hosts/Dimaga/default.nix | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 8ad5dd2..99a6773 100644 --- a/flake.lock +++ b/flake.lock @@ -222,11 +222,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1709150264, - "narHash": "sha256-HofykKuisObPUfj0E9CJVfaMhawXkYx3G8UIFR/XQ38=", + "lastModified": 1709237383, + "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "9099616b93301d5cf84274b184a3a5ec69e94e08", + "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", "type": "github" }, "original": { diff --git a/hosts/Dimaga/default.nix b/hosts/Dimaga/default.nix index f9d245d..fc38edf 100644 --- a/hosts/Dimaga/default.nix +++ b/hosts/Dimaga/default.nix @@ -31,6 +31,7 @@ syncthing = { enable = true; autostart = true; + enableTray = true; }; }; };