examples/minimal-configuration: improve comment

This commit is contained in:
Erik Arvstedt 2021-08-15 11:28:40 +02:00
parent 6de9aba854
commit 4ece606e8b
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@
name = "main"; # Set this to your system's main user
};
# The system's main unprivileged user
# The system's main unprivileged user. This setting is usually part of your
# existing NixOS configuration.
users.users.main = {
isNormalUser = true;
password = "a";