Skip to content

Latest commit

 

History

History
 
 

system

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example nixos system deployment

This is an example of how to deploy a full nixos system with a separate user unit to a bare machine.

  1. Run bare system from .#nixosConfigurations.bare
  • nix build .#nixosConfigurations.bare.config.system.build.vm
  • QEMU_NET_OPTS=hostfwd=tcp::2221-:22 ./result/bin/run-bare-system-vm
  1. nix run github:serokell/deploy-rs
  2. ???
  3. PROFIT!!!