summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-05-02 14:05:06 +0200
committermakefu <github@syntax-fehler.de>2017-05-02 14:05:06 +0200
commit42bbfa221cd87b94dbd31b192ad80045c3f2f4aa (patch)
treee95f0e6056769e0ead282066345183e906c2e0a4
parentd356e2281e3bd9a99e5408f54984da32bf295098 (diff)
m 2 default: extraUsers -> users
-rw-r--r--2configs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/2configs/default.nix b/2configs/default.nix
index 0865c3a31..6cc891047 100644
--- a/2configs/default.nix
+++ b/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";