diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-15 18:14:23 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-15 18:14:23 +0100 |
commit | 719be2af33edcb48fb228d764259f3be3f5b1b02 (patch) | |
tree | 6ae6112bab8c0f286d11b20788514a1ddc4340db | |
parent | c5429d706395f80e33c6571a074b5208b7602a61 (diff) | |
download | nixos-719be2af33edcb48fb228d764259f3be3f5b1b02.tar nixos-719be2af33edcb48fb228d764259f3be3f5b1b02.tar.gz nixos-719be2af33edcb48fb228d764259f3be3f5b1b02.tar.bz2 nixos-719be2af33edcb48fb228d764259f3be3f5b1b02.tar.xz nixos-719be2af33edcb48fb228d764259f3be3f5b1b02.zip |
sgoebels
-rw-r--r-- | users.nix | 1 | ||||
-rw-r--r-- | users/sgoebels.nix | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -15,6 +15,7 @@ let | |||
15 | "mwgnr" = import ./users/mwagner.nix; | 15 | "mwgnr" = import ./users/mwagner.nix; |
16 | "ineumann" = import ./users/ineumann.nix; | 16 | "ineumann" = import ./users/ineumann.nix; |
17 | "sselle" = import ./users/sselle.nix; | 17 | "sselle" = import ./users/sselle.nix; |
18 | "sgoebels" = import ./users/sgoebels.nix; | ||
18 | }; | 19 | }; |
19 | }; | 20 | }; |
20 | host = config.networking.hostName; | 21 | host = config.networking.hostName; |
diff --git a/users/sgoebels.nix b/users/sgoebels.nix new file mode 100644 index 00000000..d3efcb5b --- /dev/null +++ b/users/sgoebels.nix | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | name = "sgoebels"; # lowercase ascii, please | ||
3 | description = "Simon Goebels"; | ||
4 | extraGroups = ["xmpp"]; | ||
5 | group = "users"; | ||
6 | hashedPassword = "$6$rounds=500000$uzD2AbY6bZAdfqt$V3oUI5YGUOwfxbs0Nd5LoXIfG1xVHimMhNkfFC5sheal8daGR60fqmwx3qdZk674oUr/GEF4ytHu6UMzIRmRa/"; | ||
7 | isNormalUser = true; | ||
8 | } | ||