summaryrefslogtreecommitdiffstats
path: root/nixos/modules/installer/tools/tools.nix
diff options
context:
space:
mode:
authorolaf <olaf@klingt.org>2022-07-28 16:56:07 +0200
committerolaf <olaf@klingt.org>2022-08-05 13:13:24 +0200
commit5a6853b3bfb741303a956363a4b80cd20332628b (patch)
tree4708d13e050c219e21d46246894fca2a16a1a378 /nixos/modules/installer/tools/tools.nix
parent6f73b0ca7225f532879c8d6b13d8cdebf143eeb3 (diff)
use consistently user alice for examples
Diffstat (limited to 'nixos/modules/installer/tools/tools.nix')
-rw-r--r--nixos/modules/installer/tools/tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix
index 4490ad84e144..e46a2df8fa6a 100644
--- a/nixos/modules/installer/tools/tools.nix
+++ b/nixos/modules/installer/tools/tools.nix
@@ -175,7 +175,7 @@ in
# services.xserver.libinput.enable = true;
# Define a user account. Don't forget to set a password with ‘passwd’.
- # users.users.jane = {
+ # users.users.alice = {
# isNormalUser = true;
# extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
# packages = with pkgs; [