diff --git a/nixos/common/services/syncthing.nix b/nixos/common/services/syncthing.nix index 61f5a365..82208064 100644 --- a/nixos/common/services/syncthing.nix +++ b/nixos/common/services/syncthing.nix @@ -53,6 +53,13 @@ id = "FGWD6B2-4IK3L3Y-5KOCH4H-HCS3HSG-3BTORHM-D643M36-ZHDU4OZ-DEAVKQZ"; }; }; + folders = { + "logseq" = { + id = "logseq"; + path = "/home/${username}/.logseq"; + devices = [ "framework-server" "nixos-desktop" "nixos-framework" "rdesktop" "google-pixel-8" ]; + }; + }; }; }; } diff --git a/nixos/containers/rdesktop/default.nix b/nixos/containers/rdesktop/default.nix index 64db39f3..27074ca7 100644 --- a/nixos/containers/rdesktop/default.nix +++ b/nixos/containers/rdesktop/default.nix @@ -7,6 +7,7 @@ ../../common/services/gnupg-agent.nix ../../common/software/cli/clean-hm.nix ../../common/services/tailscale-autoconnect.nix + ../../common/services/syncthing.nix ]; hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-module-xrdp ]; diff --git a/nixos/users/albert/desktop.nix b/nixos/users/albert/desktop.nix index d504b636..4fb34f5f 100644 --- a/nixos/users/albert/desktop.nix +++ b/nixos/users/albert/desktop.nix @@ -5,6 +5,7 @@ pkgs.bitwarden pkgs.lutris pkgs.vlc + pkgs-unstable.logseq # pkgs.tor-browser # Gaming @@ -15,7 +16,7 @@ # pkgs.yubikey-personalization-gui # Image editing software - pkgs.darktable + pkgs.darktable ];