diff --git a/nixos/users/tdpeuter/default.nix b/nixos/users/tdpeuter/default.nix index b62adc8..1351a66 100644 --- a/nixos/users/tdpeuter/default.nix +++ b/nixos/users/tdpeuter/default.nix @@ -139,6 +139,14 @@ in { }; }; + services.syncthing = { + enable = true; + extraOptions = [ + "--no-default-folder" + ]; + tray.enable = true; + }; + xdg = { desktopEntries.spotify = { name = "Spotify"; diff --git a/stow/ssh/.ssh/config b/stow/ssh/.ssh/config index 548681d..ea3df8e 100644 --- a/stow/ssh/.ssh/config +++ b/stow/ssh/.ssh/config @@ -60,7 +60,7 @@ Host Gitea Host Nextcloud User administrator - Hostname 192.168.0.23 + Hostname 192.168.0.14 IdentitiesOnly yes IdentityFile /run/secrets/HomeLab/Nextcloud/ssh