bert: Add isaacswift.com and isaac user
This commit is contained in:
parent
41648800ab
commit
0ebcaee45d
3 changed files with 32 additions and 0 deletions
|
|
@ -58,6 +58,14 @@
|
|||
services.openssh.settings.PasswordAuthentication = false;
|
||||
users.users.root.openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhPyyqS3BGYor3zLbjc8hZuhem3mS8TNmvWogXcnz/b chandler@chandlerswift.com'' ];
|
||||
|
||||
users.users.isaac = {
|
||||
isNormalUser = true;
|
||||
description = "Isaac Swift";
|
||||
openssh.authorizedKeys.keys = [
|
||||
# TODO
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80 # Caddy
|
||||
443 # Caddy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue