added syncthing

This commit is contained in:
Alexander Szczepanski
2021-08-18 06:24:14 +02:00
parent 28a4eddb3b
commit 5cb8fa2dfb
3 changed files with 11 additions and 7 deletions

View File

@ -22,8 +22,12 @@
home-manager.users.alex = { pkgs, ... }: {
home.enableNixpkgsReleaseCheck = false;
# home.packages = with pkgs; [
# ];
services = {
syncthing = {
enable = true;
};
};
programs = {
ssh = {