home | syncthing config update

This commit is contained in:
Don Harper 2025-05-14 20:24:33 -05:00
parent 6fead585d6
commit 7a189929c2

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, outputs, ... }: {
{ config, pkgs, inputs, osConfig, outputs, ... }: {
imports = [
inputs.nixvim.homeManagerModules.nixvim
./bash.nix
@ -74,7 +74,6 @@
sigal
socat
sqlite
syncthing
tailscale
tig
topgrade
@ -90,7 +89,11 @@
zip
];
services = {
syncthing = { tray.enable = true; };
syncthing = {
enable = true;
guiAddress = "${osConfig.networking.hostName}:8384";
tray.enable = true;
};
gpg-agent = {
enable = true;
defaultCacheTtl = 1800;