feat: add note to liminalOS template
This commit is contained in:
parent
c40ae72f80
commit
09d1176527
1 changed files with 8 additions and 1 deletions
|
@ -99,7 +99,14 @@ 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.
|
||||
`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
|
||||
|
||||
|
|
Loading…
Reference in a new issue