Compare commits
No commits in common. "b403ee295b1c8c1d06d1ddf12f30f12112a4d038" and "fdea417468aeed865795e87bad9e0ec781191b94" have entirely different histories.
b403ee295b
...
fdea417468
2 changed files with 9 additions and 1 deletions
|
|
@ -139,6 +139,14 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
extraOptions = [
|
||||
"--no-default-folder"
|
||||
];
|
||||
tray.enable = true;
|
||||
};
|
||||
|
||||
xdg = {
|
||||
desktopEntries.spotify = {
|
||||
name = "Spotify";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue