add pc to syncthing
This commit is contained in:
parent
a5bc7bb0e6
commit
39265a9fa7
3 changed files with 14 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue