11 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			183 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { config, lib, pkgs, ... }:
 | |
| 
 | |
| {
 | |
|   services.syncthing = {
 | |
|     # enable = true;
 | |
|     extraOptions = [
 | |
|       "--gui-address=:8385"
 | |
|       "--home=/home/qenya/state/syncthing"
 | |
|     ];
 | |
|   };
 | |
| }
 |