add pc to syncthing

This commit is contained in:
sid 2026-03-01 16:52:13 +01:00
parent a5bc7bb0e6
commit 39265a9fa7
3 changed files with 14 additions and 5 deletions

View file

@ -10,11 +10,14 @@
inputs.synix.nixosModules.openssh
outputs.nixosModules.forgejo-runner
outputs.nixosModules.syncthing
];
services = {
openssh.enable = true;
};
services.openssh.enable = true;
# bootstrap
# services.syncthing.enable = true;
# services.syncthing.guiAddress = "0.0.0.0:8384";
services.forgejo-runner = {
enable = true;