Skip to content

Latest commit

 

History

History
 
 

testing-base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Testing base

A base GDM + Gnome nixos system to experiment with nix-flatpak.

Getting started

Build a qemu virtual machine with

nix build .#nixosConfigurations.test-system-module.config.system.build.vm

or

nix build .#nixosConfigurations.test-hm-module.config.system.build.vm

To setup nix-flatpak as a nixos or HomeManager module respectively.

Start the vm with

export QEMU_NET_OPTS="hostfwd=tcp::2221-:22"
result/bin/run-nixos-vm

Login

Cerentials:

  • username: antani
  • password: changeme

Login via GDM or ssh into the vm with

ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no antani@localhost -p 2221