This commit is contained in:
2025-07-16 19:55:50 +02:00
parent 988c09fdb1
commit 808e843d2d
7 changed files with 109 additions and 5 deletions

View File

@ -84,6 +84,11 @@ For more hardware-specific settings, see https://github.com/NixOS/nixos-hardware
...
```
With this you have an installed system, with a root user, but not much more.
# Post install
TODO: adding a user and git.
# Further reading
With this you have an installed system, with a user, but not much more.
How to configure the system, to add users, software, drivers and such, will be covered in [Configuration](../configuration/index.md).
But, you might need to understand some aspects of the nix language in order to fully understand how to do configuration, so that will be covered in [Nix basics](../nixbasics/index.md).