No description
Find a file
2025-10-14 01:11:53 +02:00
nix-modules Fix manual build 2025-10-14 01:11:53 +02:00
.gitignore ignore result 2025-10-09 23:06:41 +02:00
default.nix Introduce a flake, a NixOS module, and a NixOS test 2021-12-07 12:28:08 -05:00
flake.lock flake.lock: Update 2025-10-09 23:06:41 +02:00
flake.nix Remove Rust server code 2025-06-30 15:13:04 +02:00
LICENSE clean import 2021-09-01 13:18:23 -04:00
nixos-test.nix test: squelch eval warning 2025-10-09 23:06:41 +02:00
README.md Clean up obsolete stuff 2025-10-09 21:53:55 +02:00
shell.nix Introduce a flake, a NixOS module, and a NixOS test 2021-12-07 12:28:08 -05:00

snowboot

Toolkit for booting NixOS via the network.

Props to https://github.com/DeterminateSystems/nix-netboot-serve/ which this is forked from -- a lot of the good ideas come from there!

I've forked and changed the name since snowboot functions quite differently, retains pretty much none of the original code, and keeping the name might lead to unfortunate confusion.

Currently, this consists more or less entirely of the fetch-system-from-binary-cache module, which is documented nearby.