Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 391 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 391 Bytes

Before

Install nix: https://nixos.org/download/

Interactions

Create a Kiosk

URL=https://your.funky.url nix build --impure .\#nixosConfigurations.kiosk.config.system.build.isoImage
#OR
URL=https://your.funky.url nix build --impure github:hspsh/nixos#nixosConfigurations.kiosk.config.system.build.isoImage
#AND
dd if=result/iso/*.iso of=/dev/sda bs=32M status=progress