feat: add note to liminalOS template
Some checks are pending
Deploy Quartz site to GitHub Pages using Nix / build (push) Waiting to run
Deploy Quartz site to GitHub Pages using Nix / deploy (push) Blocked by required conditions

This commit is contained in:
Youwen Wu 2025-01-02 03:29:19 -08:00
parent c40ae72f80
commit 09d1176527
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -99,7 +99,14 @@ nix flake init -t github:youwen5/liminalOS
``` ```
Make sure you read the comments and edit the desired options before 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. `nixos-rebuild`!
> [!IMPORTANT]
> You should at the very least set the hostname, username of your account, and
> most importantly include the `hardware-configuration.nix` file generated at
> `/etc/nixos` in the same directory as `configuration.nix`! If you don't have
> this file anymore, run `nixos-generate-config` to recreate it at
> `/etc/nixos`.
## Full liminalOS module options ## Full liminalOS module options