Compare commits

..

No commits in common. "b403ee295b1c8c1d06d1ddf12f30f12112a4d038" and "fdea417468aeed865795e87bad9e0ec781191b94" have entirely different histories.

2 changed files with 9 additions and 1 deletions

View file

@ -139,6 +139,14 @@ in {
}; };
}; };
services.syncthing = {
enable = true;
extraOptions = [
"--no-default-folder"
];
tray.enable = true;
};
xdg = { xdg = {
desktopEntries.spotify = { desktopEntries.spotify = {
name = "Spotify"; name = "Spotify";

View file

@ -60,7 +60,7 @@ Host Gitea
Host Nextcloud Host Nextcloud
User administrator User administrator
Hostname 192.168.0.23 Hostname 192.168.0.14
IdentitiesOnly yes IdentitiesOnly yes
IdentityFile /run/secrets/HomeLab/Nextcloud/ssh IdentityFile /run/secrets/HomeLab/Nextcloud/ssh