bert: Add Jeff user
This commit is contained in:
parent
99526a4ea2
commit
7227864883
1 changed files with 8 additions and 0 deletions
|
|
@ -90,6 +90,14 @@
|
|||
];
|
||||
};
|
||||
|
||||
users.users.jeff = {
|
||||
isNormalUser = true;
|
||||
description = "Jeff Smith";
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIniX9/ja773MHs/7Y5VcJGwbqrr0ToV8vSgQ4GuTCGu"
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80 # Caddy
|
||||
443 # Caddy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue