mirror of
				https://github.com/flynx/nixos.git
				synced 2025-11-04 06:00:11 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			9cbe85e409
			...
			e1f53febd2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| e1f53febd2 | |||
| 5ae4bcb728 | 
							
								
								
									
										18
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					## Two stage update
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					The configuration is split into two parts to allow for two stage updates to conserve space
 | 
				
			||||||
 | 
					on storage-limited systems.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					To run a two stage update do:
 | 
				
			||||||
 | 
					```shell
 | 
				
			||||||
 | 
					  $ sudo NIX_LIGHTWEIGHT=1 nixos-rebbuild switch
 | 
				
			||||||
 | 
					  $ reboot
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					then:
 | 
				
			||||||
 | 
					```shell
 | 
				
			||||||
 | 
					  $ sudo nix-collect-garbage --delete-old
 | 
				
			||||||
 | 
					  $ sudo nixos-rebbuild switch
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -421,6 +421,7 @@
 | 
				
			|||||||
        ffmpeg #ffmpegthumbnailer
 | 
					        ffmpeg #ffmpegthumbnailer
 | 
				
			||||||
        httrack
 | 
					        httrack
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        exiftool vips
 | 
				
			||||||
      ];
 | 
					      ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      programs.geary.enable = false;
 | 
					      programs.geary.enable = false;
 | 
				
			||||||
@ -491,21 +492,28 @@
 | 
				
			|||||||
          kvoptions xargs ifthenx iftex xint listofitems xkeyval
 | 
					          kvoptions xargs ifthenx iftex xint listofitems xkeyval
 | 
				
			||||||
          etoolbox changepage pdfcomment eso-pic environ numprint xcolor
 | 
					          etoolbox changepage pdfcomment eso-pic environ numprint xcolor
 | 
				
			||||||
          pagecolor colorspace graphics adjustbox textpos fancyvrb flowfram
 | 
					          pagecolor colorspace graphics adjustbox textpos fancyvrb flowfram
 | 
				
			||||||
          fancyhdr pdfpages geometry 
 | 
					          fancyhdr pdfpages geometry varwidth hyphenat bigfoot lipsum 
 | 
				
			||||||
          anyfontsize cprotect ccicons 
 | 
					          anyfontsize cprotect ccicons multitoc hardwrap catchfile 
 | 
				
			||||||
          # XXX this seems to be missing...
 | 
					 | 
				
			||||||
          #suffix 
 | 
					 | 
				
			||||||
          lipsum 
 | 
					 | 
				
			||||||
          hardwrap catchfile 
 | 
					 | 
				
			||||||
          # photobook...
 | 
					 | 
				
			||||||
          photobook
 | 
					 | 
				
			||||||
          # doc...
 | 
					 | 
				
			||||||
          titlesec hypdoc doctools needspace xstring listings imakeidx  
 | 
					          titlesec hypdoc doctools needspace xstring listings imakeidx  
 | 
				
			||||||
          latexmk;
 | 
					          latexmk;
 | 
				
			||||||
 | 
					          pax
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          # fonts...
 | 
				
			||||||
 | 
					          opensans courier
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					          # languages...
 | 
				
			||||||
 | 
					          russ babel-russian hyphen-russian
 | 
				
			||||||
 | 
					          
 | 
				
			||||||
 | 
					          # photobook...
 | 
				
			||||||
 | 
					          photobook
 | 
				
			||||||
 | 
					          
 | 
				
			||||||
          #(setq org-latex-compiler "lualatex")
 | 
					          #(setq org-latex-compiler "lualatex")
 | 
				
			||||||
          #(setq org-preview-latex-default-process 'dvisvgm)
 | 
					          #(setq org-preview-latex-default-process 'dvisvgm)
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        # jdk - required by texlive-pax (BUG: no dependency??)
 | 
				
			||||||
 | 
					        temurin-jre-bin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # fonts...
 | 
					        # fonts...
 | 
				
			||||||
        #nerdfonts
 | 
					        #nerdfonts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user