bert: Add Käthe user
This commit is contained in:
parent
6bfcf64e98
commit
0cadf87550
1 changed files with 8 additions and 0 deletions
|
|
@ -74,6 +74,14 @@
|
||||||
services.openssh.settings.PasswordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
users.users.root.openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhPyyqS3BGYor3zLbjc8hZuhem3mS8TNmvWogXcnz/b chandler@chandlerswift.com'' ];
|
users.users.root.openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhPyyqS3BGYor3zLbjc8hZuhem3mS8TNmvWogXcnz/b chandler@chandlerswift.com'' ];
|
||||||
|
|
||||||
|
users.users.kathe = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Käthe Swift";
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMJFkFEKuT9v9B9ynAf5QfLZF54jWhzEnQIeW2kQWKJ+"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
users.users.isaac = {
|
users.users.isaac = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Isaac Swift";
|
description = "Isaac Swift";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue