From c3da79fd9c3f0ce90cc5319b9fdcbcb04918ee5b Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 14 Aug 2024 13:37:11 +0900 Subject: [PATCH] Update Syncthing --- home-manager/common/desktops/plasma6/plasma-manager.nix | 3 +++ nixos/common/services/syncthing.nix | 4 ++++ nixos/containers/rdesktop/syncthing.nix | 2 +- nixos/hosts/nixos-desktop/syncthing.nix | 2 +- nixos/hosts/nixos-framework/syncthing.nix | 2 +- 5 files changed, 10 insertions(+), 3 deletions(-) diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index bc3d1c6d..d5878add 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -113,6 +113,9 @@ "org.kde.plasma.browserintegration" "org.kde.plasma.plasmabrowserintegration" "org.kde.plasma.browser" + "org.kde.plasma.kleopatra" + "org.kde.kleopatra" + "kleopatra" "steam" "remmina" ]; diff --git a/nixos/common/services/syncthing.nix b/nixos/common/services/syncthing.nix index 862729a9..1a335786 100644 --- a/nixos/common/services/syncthing.nix +++ b/nixos/common/services/syncthing.nix @@ -43,6 +43,10 @@ autoAcceptFolders = true; id = "VJH2YXUG-Y2QTRZ5-Q2XEKLU-7MVETXQ-WRWDDLD-D4PCJ47-T4KVVNV-XXC6PA"; }; + "google-pixel-8" = { + autoAcceptFolders = true; + id = "FGWD6B2-4IK3L3Y-5KOCH4H-HCS3HSG-3BTORHM-D643M36-ZHDU4OZ-DEAVKQZ"; + }; }; }; }; diff --git a/nixos/containers/rdesktop/syncthing.nix b/nixos/containers/rdesktop/syncthing.nix index a4dc8888..1226dc1c 100644 --- a/nixos/containers/rdesktop/syncthing.nix +++ b/nixos/containers/rdesktop/syncthing.nix @@ -7,7 +7,7 @@ "logseq" = { id = "logseq"; path = "/home/${username}/.logseq"; - devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ]; + devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ]; }; }; }; diff --git a/nixos/hosts/nixos-desktop/syncthing.nix b/nixos/hosts/nixos-desktop/syncthing.nix index 503a8a67..67eb7b29 100644 --- a/nixos/hosts/nixos-desktop/syncthing.nix +++ b/nixos/hosts/nixos-desktop/syncthing.nix @@ -17,7 +17,7 @@ "logseq" = { id = "logseq"; path = "/home/${username}/.logseq"; - devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ]; + devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ]; }; }; }; diff --git a/nixos/hosts/nixos-framework/syncthing.nix b/nixos/hosts/nixos-framework/syncthing.nix index 503a8a67..67eb7b29 100644 --- a/nixos/hosts/nixos-framework/syncthing.nix +++ b/nixos/hosts/nixos-framework/syncthing.nix @@ -17,7 +17,7 @@ "logseq" = { id = "logseq"; path = "/home/${username}/.logseq"; - devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" ]; + devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ]; }; }; };