examples/minimal-configuration: improve comment
This commit is contained in:
parent
6de9aba854
commit
4ece606e8b
@ -15,7 +15,8 @@
|
|||||||
name = "main"; # Set this to your system's main user
|
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 = {
|
users.users.main = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
password = "a";
|
password = "a";
|
||||||
|
Loading…
Reference in New Issue
Block a user