Add garden and updates.

This commit is contained in:
Nolan Darilek 2024-12-23 11:20:27 -06:00
parent 67823cbed6
commit dab0af910b
14 changed files with 216 additions and 24 deletions

6
roles/syncthing.nix Normal file
View file

@ -0,0 +1,6 @@
{
services.syncthing = {
enable = true;
openDefaultPorts = true;
};
}