From ed627ddb8234d3271d5ff6a7491338067c2981c0 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 2 Jan 2025 03:24:54 -0800 Subject: [PATCH] feat: add more liminalOS instructions --- content/Hacks/liminalOS-docs.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/Hacks/liminalOS-docs.md b/content/Hacks/liminalOS-docs.md index 88e3f41..ad43db3 100644 --- a/content/Hacks/liminalOS-docs.md +++ b/content/Hacks/liminalOS-docs.md @@ -86,9 +86,25 @@ configuration. } ``` +The recommended way to start using liminalOS is to first install NixOS and then +install liminalOS over it. It is trivially possible in theory to generate +liminalOS installer ISOs but this has not yet been developed. Hackers welcome +to try! + +You can generate a basic set of NixOS configuration files that deploy liminalOS +using: + +```bash +nix flake init -t github:youwen5/liminalOS +``` + +Make sure you read the comments and edit the desired options before +`nixos-rebuild`! At the very least, you should set your hostname and username. + ## Full liminalOS module options These are all of the available options set by `liminalOS`, automatically generated from liminalOS' modules. Keep in mind that many of these are enabled automatically when `liminalOS.enable` is set to true, but they are still available for fine-grained customization. +