This commit is contained in:
2025-12-17 20:46:37 +00:00
parent eb6019b131
commit a442183047
2 changed files with 68 additions and 58 deletions

View File

@@ -42,6 +42,16 @@
programs.zsh.enable = true;
users = {
users = {
root = {
openssh = {
authorizedKeys = {
keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwjTCq2GXRuqVXf1CeyntkOIFYNu0+tW1lurW8PNtK1 zastian00@gmail.com"
];
};
};
};
mrfluffy = {
isNormalUser = true;
shell = pkgs.zsh;