feat: enable Syncthing service on fileserver
Enabled the Syncthing service in the fileserver configuration. Set the user to 'harald' and specified directories for data and configuration.
This commit is contained in:
		
							parent
							
								
									5bbd996207
								
							
						
					
					
						commit
						5fd8e58a1f
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -72,4 +72,13 @@
 | 
			
		|||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services = {
 | 
			
		||||
      syncthing = {
 | 
			
		||||
          enable = true;
 | 
			
		||||
          user = "harald";
 | 
			
		||||
          dataDir = "/mnt/raid/Qmultimedia/syncthing";    # Default folder for new synced folders
 | 
			
		||||
          configDir = "/mnt/raid/Qmultimedia/syncthing/.config/syncthing";   # Folder for Syncthing's settings and keys
 | 
			
		||||
      };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue