diff options
author | tv <tv@krebsco.de> | 2017-05-02 14:12:48 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-05-02 14:12:48 +0200 |
commit | 308ececd19153f72ada4ad636bcdc64ff4dccf68 (patch) | |
tree | d0f4931795a3e77356a40026270ee35e8bdfd787 /makefu/2configs/default.nix | |
parent | 1f14476a0ffa3dcf0576121edc914b15cfb971b9 (diff) | |
parent | 22188f14d3e4eb309fba69a65049cb2c1ec05e2d (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/default.nix')
-rw-r--r-- | makefu/2configs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 0865c3a31..6cc891047 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -4,7 +4,7 @@ with import <stockholm/lib>; { imports = [ { - users.extraUsers = + users.users = mapAttrs (_: h: { hashedPassword = h; }) (import <secrets/hashedPasswords.nix>); } @@ -134,6 +134,7 @@ with import <stockholm/lib>; }; environment.shellAliases = { + # TODO: see .aliases lsl = "ls -lAtr"; psg = "ps -ef | grep"; nmap = "nmap -oN $HOME/loot/scan-`date +\%s`.nmap -oX $HOME/loot/scan-`date +%s`.xml"; |