From 61c970c0bf5493f92fca7fbcf451191a88869b98 Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Sun, 22 Oct 2023 13:14:41 +0200 Subject: [PATCH] Enable syncthing on all graphical devices --- common/fragments/graphical/default.nix | 2 ++ hosts/ritual/configuration.nix | 2 ++ hosts/tears/configuration.nix | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/common/fragments/graphical/default.nix b/common/fragments/graphical/default.nix index 4344b45..e4167e5 100644 --- a/common/fragments/graphical/default.nix +++ b/common/fragments/graphical/default.nix @@ -12,6 +12,7 @@ ./polybar.nix ./rofi.nix ./spotify.nix + ./syncthing.nix ./theme.nix ./url-eater.nix ]; @@ -35,6 +36,7 @@ bspm clipmenu colmena + darktable element-desktop ffmpeg flameshot diff --git a/hosts/ritual/configuration.nix b/hosts/ritual/configuration.nix index c0d470d..20c89a8 100644 --- a/hosts/ritual/configuration.nix +++ b/hosts/ritual/configuration.nix @@ -66,6 +66,8 @@ environment.graphical.theme.name = "dark"; + services.syncthing.dataDir = "/home/agatha/syncthing"; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave diff --git a/hosts/tears/configuration.nix b/hosts/tears/configuration.nix index 361bdc2..7a68c60 100644 --- a/hosts/tears/configuration.nix +++ b/hosts/tears/configuration.nix @@ -2,7 +2,6 @@ imports = [ ./hardware-configuration.nix ../../common/fragments/graphical - ../../common/fragments/graphical/syncthing.nix ../../common/fragments/yubikey.nix ../../common/home_manager/common.nix ];