Skip to content

My little garden of nixos configs and other homelab experiments

License

Notifications You must be signed in to change notification settings

johnjameswhitman/kipos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kipos

Collection of system configs for my machines.

TODO

  • Configure a basic test VM with flake
  • Build test VM locally (ref: Setting up qemu VM using nix flakes)
    nixos-rebuild build-vm --flake .#test
    QEMU_NET_OPTS="hostfwd=tcp::2221-:22" result/bin/run-nixos-vm
    # VM will run in the terminal where you started it, but you can also SSH in:
    ssh -oUserKnownHostsFile=/dev/null -oStrictHostKeyChecking=no admin@localhost -p 2221
    # Once done, hit CTRL+a,x to shut down VM
  • Build test VM locally
  • Build test VM in GHA

About

My little garden of nixos configs and other homelab experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages