init: obsidian
remove onedrive and sync documents over obsidian vault that is encrypted
This commit is contained in:
		
							parent
							
								
									0c5f9e6a67
								
							
						
					
					
						commit
						92720111f6
					
				
					 3 changed files with 133 additions and 49 deletions
				
			
		|  | @ -1,21 +0,0 @@ | |||
| { | ||||
|   lib, | ||||
|   config, | ||||
|   ... | ||||
| }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.wyrdgard.services.onedrive; | ||||
|   inherit (lib) mkEnableOption mkIf; | ||||
| in | ||||
| { | ||||
|   options.wyrdgard.services.onedrive = { | ||||
|     enable = mkEnableOption "Enable OneDrive integration"; | ||||
|   }; | ||||
| 
 | ||||
|   config = mkIf cfg.enable { | ||||
|     services.onedrive = { | ||||
|       enable = true; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue