forked from fabian/nix
		
	apply format
This commit is contained in:
		
							parent
							
								
									d2eb1518c7
								
							
						
					
					
						commit
						bc559154f0
					
				
					 1 changed files with 5 additions and 6 deletions
				
			
		|  | @ -8,11 +8,10 @@ with lib; let | |||
|   cfg = config.local.services.deepState; | ||||
| in { | ||||
|   options.local.services.deepState.enable = mkEnableOption "trivionomicon settings"; | ||||
|   config = | ||||
|     mkIf cfg.enable { | ||||
|       home.sessionVariables = { | ||||
|         FSOCIETY_TELEGRAM_BACKUP_N = "0"; | ||||
|         FSOCIETY_TELEGRAM_BACKUP_LOCATION = "/extern/var/fsociety_backup"; | ||||
|       }; | ||||
|   config = mkIf cfg.enable { | ||||
|     home.sessionVariables = { | ||||
|       FSOCIETY_TELEGRAM_BACKUP_N = "0"; | ||||
|       FSOCIETY_TELEGRAM_BACKUP_LOCATION = "/extern/var/fsociety_backup"; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue