Skip to content

Commit

Permalink
users: add razvan
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Nov 5, 2024
1 parent 7a823e1 commit 48a9d0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/core/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOq9Gew1rgfdIyuriJ/Ne0B8FE1s8O/U2ajErVQLUDu9 mihai@io"
];
};

users.users.razvan = {
isNormalUser = true;
initialPassword = "123";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBXCgRRSDBe37h5zq5Aif6KuRn6HHfpwmmsNTFZvP8vq razvan@germanium"
];
};
}

0 comments on commit 48a9d0c

Please sign in to comment.