diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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..." ]; |