aboutsummaryrefslogtreecommitdiff
path: root/nixos/configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-02 20:47:29 -0300
committerEuAndreh <eu@euandre.org>2019-05-02 20:47:29 -0300
commit3281dd983e1e731513410eaaef430ccca348f2e7 (patch)
tree612ebf08da7183d3faadaf5747cc4e8a714c9377 /nixos/configuration.nix
parentPut songbooks bash configuration in the correct files. (diff)
downloaddotfiles-3281dd983e1e731513410eaaef430ccca348f2e7.tar.gz
dotfiles-3281dd983e1e731513410eaaef430ccca348f2e7.tar.xz
Add note on generating password hash file.
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r--nixos/configuration.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index 9f71ae0..a7a3006 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -181,6 +181,7 @@ in
moreutils # =vipe=
bazel
graphviz # =dot= and others
+ mkpasswd
diffoscope #
poppler_utils # used by diffoscope for comparing PDF files
@@ -431,7 +432,8 @@ in
uid = 1000;
description = "EuAndreh";
extraGroups = [ "wheel" "networkmanager" "docker" ];
- # FIXME: document how to create a password hash file
+ # Generated with:
+ # mkpasswd -m sha-512 > password-file.txt
passwordFile = localConfiguration.passwordFile;
};
};