Enable syncthing on north and fern

This commit is contained in:
SebastianStork 2025-03-17 19:08:11 +01:00
parent fcda8740bf
commit f71c958316
3 changed files with 4 additions and 0 deletions

View file

@ -30,5 +30,6 @@
enable = true;
ssh.enable = true;
};
syncthing.enable = true;
};
}

View file

@ -27,6 +27,7 @@
enable = true;
ssh.enable = true;
};
syncthing.enable = true;
steam.enable = true;
};