Emitter: Fix warnings for 23.05
This commit is contained in:
		
							parent
							
								
									d2daab08a1
								
							
						
					
					
						commit
						e43c6450d9
					
				
					 2 changed files with 9 additions and 8 deletions
				
			
		|  | @ -5,7 +5,6 @@ | |||
|     ]; | ||||
| 
 | ||||
|     boot.loader.grub.enable = true; | ||||
|     boot.loader.grub.version = 2; | ||||
|     boot.loader.grub.device = "/dev/vda"; | ||||
| 
 | ||||
|     networking.hostName = "Emitter"; | ||||
|  |  | |||
|  | @ -16,9 +16,6 @@ in | |||
|             passwordFile = "/secrets/gitea_db_password"; | ||||
|             createDatabase = false; | ||||
|         }; | ||||
|         domain = "${domain}"; | ||||
|         rootUrl = "https://${domain}/"; | ||||
|         httpPort = 3001; | ||||
|         repositoryRoot = "/data/git/repositories"; | ||||
|         lfs = { | ||||
|             enable = true; | ||||
|  | @ -30,9 +27,9 @@ in | |||
|                 docutils  # Provides rendering of ReStructured Text files | ||||
|                 pygments  # Provides syntax highlighting | ||||
|             ]); | ||||
|             nbconvert = | ||||
|                 pkgs.python310.withPackages (ps: with ps; [ | ||||
|             nbconvert = pkgs.python310.withPackages (ps: with ps; [ | ||||
|                 jupyter | ||||
|                 ipykernel | ||||
|                 nbconvert | ||||
|             ]); | ||||
|             max_cached_jupyter_notebooks = 200; | ||||
|  | @ -67,7 +64,12 @@ in | |||
|             ''; | ||||
|         in | ||||
|         { | ||||
|             server.SSH_PORT = lib.head config.services.openssh.ports; | ||||
|             server = { | ||||
|                 SSH_PORT = lib.head config.services.openssh.ports; | ||||
|                 ROOT_URL = "https://${domain}/"; | ||||
|                 HTTP_PORT = 3001; | ||||
|                 DOMAIN = "${domain}"; | ||||
|             }; | ||||
|             service.DISABLE_REGISTRATION = true; | ||||
|             session.COOKIE_SECURE = true; | ||||
|             "markup.restructuredtext" = { | ||||
|  | @ -79,7 +81,7 @@ in | |||
|             "markup.jupyter" = { | ||||
|                 ENABLED = true; | ||||
|                 FILE_EXTENSIONS = ".ipynb"; | ||||
|                 #RENDER_COMMAND = "\"${nbconvert}/bin/jupyter nbconvert --stdout --to html --template basic \""; | ||||
|                 # RENDER_COMMAND = "\"${nbconvert}/bin/jupyter nbconvert --stdout --to html --template basic \""; | ||||
|                 RENDER_COMMAND = "\"${cached_jupyter_preview} \""; | ||||
|                 IS_INPUT_FILE = true; | ||||
|                 # RENDER_CONTENT_MODE = "iframe"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue