summaryrefslogtreecommitdiff
path: root/users/gkleen.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/gkleen.nix')
-rw-r--r--users/gkleen.nix28
1 files changed, 13 insertions, 15 deletions
diff --git a/users/gkleen.nix b/users/gkleen.nix
index 1e8b62c9..f39b4ff3 100644
--- a/users/gkleen.nix
+++ b/users/gkleen.nix
@@ -1,17 +1,15 @@
1{ 1{
2 users.extraUsers.gkleen = { 2 name = "gkleen";
3 name = "gkleen"; 3 description = "Gregor Kleen";
4 description = "Gregor Kleen"; 4 extraGroups = [ "wheel" "wlan" "lp" "dialout" ];
5 extraGroups = [ "wheel" "wlan" "lp" "dialout" ]; 5 group = "users";
6 group = "users"; 6 uid = 1000;
7 uid = 1000; 7 createHome = true;
8 createHome = true; 8 home = "/home/gkleen";
9 home = "/home/gkleen"; 9 shell = "/run/current-system/sw/bin/zsh";
10 shell = "/run/current-system/sw/bin/zsh"; 10 isNormalUser = true;
11 isNormalUser = true; 11 openssh.authorizedKeys.keyFiles = [
12 openssh.authorizedKeys.keyFiles = [ 12 keys/gkleen-skadhi.pub
13 keys/gkleen-skadhi.pub 13 ];
14 ]; 14 hashedPassword = "$6$fJbC4zdY$fOdHMAfIZldfE1oYcLN0WflJpD1J4tXjCP21QfjP6R4nVcbYI.bb1AjZftcJtpHvBA/tC5pJXYoaxTRFvwxvA/";
15 hashedPassword = "$6$fJbC4zdY$fOdHMAfIZldfE1oYcLN0WflJpD1J4tXjCP21QfjP6R4nVcbYI.bb1AjZftcJtpHvBA/tC5pJXYoaxTRFvwxvA/";
16 };
17} 15}