My NixOS config
 
 
 
 
 
 
Go to file
Hektor Misplon f92ed39653 Move home manager config into host's 'home.nix' 2025-10-05 13:40:01 +02:00
dots Link NixOS repo in dotfiles repository 2025-10-04 18:33:55 +02:00
hosts/vm Move home manager config into host's 'home.nix' 2025-10-05 13:40:01 +02:00
modules Format nix files using 'nixfmt' 2025-10-05 13:39:16 +02:00
.gitignore Ignore 'nixos-efi-vars.fd' (output from building vm) 2025-10-05 13:39:16 +02:00
README.md Update NixOS readme 2025-10-05 13:39:16 +02:00
flake.lock Use disko 'single-disk-ext4' template for vm host 2025-10-05 13:39:16 +02:00
flake.nix Move home manager config into host's 'home.nix' 2025-10-05 13:40:01 +02:00

README.md

nixos

Set up virtual machine (disko)

  1. Build the virtual machine
nix run -L '.#nixosConfigurations.vm.config.system.build.vmWithDisko'
  1. Run the virtual machine
QEMU_KERNEL_PARAMS=console=ttyS0 ./result/bin/run-nixos-vm -nographic; reset