aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 578826e..5ead83e 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ The basic `configuration.nix` file in the current snapshots looks just like this
uid = 1000;
isNormalUser = true;
extraGroups = [ "wheel" ];
- password = "...password...";
+ password = "...tmp password...";
openssh.authorizedKeys.keys = [
"...ssh public key..."
];