Skip to content

kimptoc/CodeClubNixLiveCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodeClub NixOS LiveCD/USB

A Nix based live CD/USB drive for use in CodeClub sessions. The windows installs on the PCs are locked down - no headphone support. Also on a timer.
The live CD means that those things are working.

Steps

  • follow NixOS Live CD link below to create the ISO
  • remember to switch to using the graphical gnome template.
  • copy generated ISO to your USB using this command:
  • $ sudo dd bs=4M if={path to generated ISO} of=/dev/sd{flash drive} status=progress oflag=sync

Test locally in a VM

  • $ nixos-rebuild build-vm -I nixos-config=./iso.nix
  • $ ./result/bin/run-nixos-vm

Useful links

TODO

  • focus gnome on chrome app, not in overview view (or whatever its called)
  • add in the max/min top right window buttons
  • add printer support
  • resolution ok - test on CC PCs? seems ok
  • startup sound on boot? Nice to have, might be annoying...
  • system monitor not starting on boot
  • pin gnome-system-monitor - tried but not working
  • no wifi on mac, not issue for CC, just me.

DONE

Jekyll site/notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages