shaw: init, install syncthing
This commit is contained in:
parent
50b47981c8
commit
2b9b157679
11
hosts/shaw/home.nix
Normal file
11
hosts/shaw/home.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
extraOptions = [
|
||||
"--gui-address=:8385"
|
||||
"--home=/home/qenya/state/syncthing"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue