aboutsummaryrefslogtreecommitdiffstats
path: root/sys/users
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sys/users/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/users/default.nix b/sys/users/default.nix
index 365ffd41..46e489a3 100644
--- a/sys/users/default.nix
+++ b/sys/users/default.nix
@@ -15,6 +15,7 @@ in {
description = lib.mdDoc "Hashed password for the user";
};
};
+
config = {
# I was told, that this solves some nasty problems:
programs.zsh.enable = true;
@@ -36,7 +37,7 @@ in {
];
uid = 1000;
openssh.authorizedKeys.keys = [
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGBFuTNNn71Rhfnop2cdz3r/RhWWlCePnSBOhTBbu2ME soispha"
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIME4ZVa+IoZf6T3U08JG93i6QIAJ4amm7mkBzO14JSkz"
];
};
};