Skip to content

A minimal nixos flake that can be used to create a thin client.

Notifications You must be signed in to change notification settings

ProphetofAtnu/tc-nix

Repository files navigation

Notes for Others

If you're hacking on this yourself, replace the SSH public key for root in configuration.nix and installer.nix with your own to allow remote login.

Run the thin client as a VM

nix run '.#runVm' # or just "nix run"

Installer

A custom installer for the thin client configuration defined by this flake that supports offline installations.

Be warned! It takes an eternity to build and the resulting iso is ~8GiB.

Build the installer as an ISO

nix build '.#makeIso'

Using the Installer

After booting the installer, the command unattended-install will be available. Needs to be run by root or with sudo.

unattended-install --target /dev/[disk] -- [optional disko-install flags]

unattended-install is a simple a wrapper for disko-install.

See disko-install.

About

A minimal nixos flake that can be used to create a thin client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published