From 0daf0fdabca49259c303d269c86b328e9a35d152 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 3 May 2016 22:05:14 +0200 Subject: ineumann on ymir --- users.nix | 5 +++-- users/ineumann.nix | 8 ++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 users/ineumann.nix diff --git a/users.nix b/users.nix index 89c4f240..1e5af593 100644 --- a/users.nix +++ b/users.nix @@ -1,7 +1,7 @@ {config, ...}: let - xmppUsers = { + ymirUsers = { "mherold" = import ./users/mherold.nix; "llovisa" = import ./users/llovisa.nix; "vkleen" = import ./users/vkleen.nix; @@ -9,11 +9,12 @@ let "mkleen" = import ./users/mkleen.nix; "lkellers" = import ./users/lkellers.nix; "mwgnr" = import ./users/mwagner.nix; + "ineumann" = import ./users/ineumann.nix; }; in { users.mutableUsers = false; users.defaultUserShell = "/run/current-system/sw/bin/zsh"; users.extraUsers = { "gkleen" = import ./users/gkleen.nix; - } // (if config.networking.hostName == "ymir" then xmppUsers else {}); + } // (if config.networking.hostName == "ymir" then ymirUsers else {}); } diff --git a/users/ineumann.nix b/users/ineumann.nix new file mode 100644 index 00000000..30caff0e --- /dev/null +++ b/users/ineumann.nix @@ -0,0 +1,8 @@ +{ + name = "ineumann"; # lowercase ascii, please + description = "Irene Neumann"; + extraGroups = ["mail"]; + group = "users"; + hashedPassword = "$6$rounds=500000$ZcddLLjh9A9nT$Wdciw5g.ZHnTYcRA54LbcDePkxP.jXVgV1hRZUfCvip0noAn7AHgMimCcd570JyBzj.7clacVPsFRQZLYxWy7/"; + isNormalUser = true; +} -- cgit v1.2.3