File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed 
hosters/hetzner-dedicated Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ nix-channel --add https://nixos.org/channels/nixos-unstable nixpkgs
169169nix-channel --update
170170
171171#  Getting NixOS installation tools
172- nix-env -iE " _: with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages  ]" 
172+ nix-env -iE " _: with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter ]" 
173173
174174nixos-generate-config --root /mnt
175175
@@ -292,6 +292,7 @@ cat > /mnt/etc/nixos/configuration.nix <<EOF
292292EOF 
293293
294294#  Install NixOS
295+ export  NIX_PATH=${NIX_PATH: +$NIX_PATH : } $HOME /.nix-defexpr/channels
295296PATH=" $PATH "   NIX_PATH=" $NIX_PATH "   ` which nixos-install`   --no-root-passwd --root /mnt --max-jobs 40
296297
297298umount /mnt
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments