bert: Add Eric user
This commit is contained in:
parent
e6ba9b74b2
commit
53947efb99
1 changed files with 8 additions and 0 deletions
|
|
@ -98,6 +98,14 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.eric = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Eric Villnow";
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDnbx163w8y9rE9zm9MkWhfi8idY2K0DsqhHFJ2eoKhz"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80 # Caddy
|
80 # Caddy
|
||||||
443 # Caddy
|
443 # Caddy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue