forked from jan-leila/nix-config
		
	updated permission on syncing mnt dir
This commit is contained in:
		
							parent
							
								
									d2b43225ee
								
							
						
					
					
						commit
						98b475e4c8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -39,8 +39,8 @@ in { | ||||||
|     { |     { | ||||||
|       systemd = lib.mkIf config.services.syncthing.enable { |       systemd = lib.mkIf config.services.syncthing.enable { | ||||||
|         tmpfiles.rules = [ |         tmpfiles.rules = [ | ||||||
|           "d ${mountDir} 755 syncthing syncthing -" |           "d ${mountDir} 2755 syncthing syncthing -" | ||||||
|           "d ${config.services.syncthing.dataDir} 755 syncthing syncthing -" |           "d ${config.services.syncthing.dataDir} 775 syncthing syncthing -" | ||||||
|           "d ${config.services.syncthing.configDir} 755 syncthing syncthing -" |           "d ${config.services.syncthing.configDir} 755 syncthing syncthing -" | ||||||
|         ]; |         ]; | ||||||
|       }; |       }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue