m 2 default: extraUsers -> users

This commit is contained in:
makefu 2017-05-02 14:05:06 +02:00
parent 0fdb899e5d
commit 22188f14d3
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -4,7 +4,7 @@ with import <stockholm/lib>;
{ {
imports = [ imports = [
{ {
users.extraUsers = users.users =
mapAttrs (_: h: { hashedPassword = h; }) mapAttrs (_: h: { hashedPassword = h; })
(import <secrets/hashedPasswords.nix>); (import <secrets/hashedPasswords.nix>);
} }
@ -134,6 +134,7 @@ with import <stockholm/lib>;
}; };
environment.shellAliases = { environment.shellAliases = {
# TODO: see .aliases
lsl = "ls -lAtr"; lsl = "ls -lAtr";
psg = "ps -ef | grep"; psg = "ps -ef | grep";
nmap = "nmap -oN $HOME/loot/scan-`date +\%s`.nmap -oX $HOME/loot/scan-`date +%s`.xml"; nmap = "nmap -oN $HOME/loot/scan-`date +\%s`.nmap -oX $HOME/loot/scan-`date +%s`.xml";