From e93317d01a51c2ca1fe6acf960f28fd40740b926 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Wed, 25 Sep 2024 18:02:50 +0200 Subject: [PATCH] feat(syncthing): enable it on brontes and marr for obsidian syncing --- hosts/brontes/configuration.nix | 7 ++++--- hosts/brontes/home.nix | 1 + hosts/marr/home.nix | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hosts/brontes/configuration.nix b/hosts/brontes/configuration.nix index ce54aa5..7d623d3 100644 --- a/hosts/brontes/configuration.nix +++ b/hosts/brontes/configuration.nix @@ -30,9 +30,10 @@ xdg.portal.enable = true; - services.displayManager.sddm.enable = true; - - services.dbus.enable = true; + services = { + displayManager.sddm.enable = true; + dbus.enable = true; + }; programs = { dconf.enable = true; diff --git a/hosts/brontes/home.nix b/hosts/brontes/home.nix index 8a15c6e..d1cd968 100644 --- a/hosts/brontes/home.nix +++ b/hosts/brontes/home.nix @@ -25,6 +25,7 @@ blueman-applet.enable = true; swayidle.enable = true; swaync.enable = true; + syncthing.enable = true; }; home = { diff --git a/hosts/marr/home.nix b/hosts/marr/home.nix index d33a5c4..61cb69a 100644 --- a/hosts/marr/home.nix +++ b/hosts/marr/home.nix @@ -35,6 +35,7 @@ swaync.enable = true; blueman-applet.enable = true; swayidle.enable = true; + syncthing.enable = true; }; home = {