diff --git a/bert/configuration.nix b/bert/configuration.nix index 991b88a..bb3f5cd 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -98,6 +98,14 @@ ]; }; + users.users.eric = { + isNormalUser = true; + description = "Eric Villnow"; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDnbx163w8y9rE9zm9MkWhfi8idY2K0DsqhHFJ2eoKhz" + ]; + }; + networking.firewall.allowedTCPPorts = [ 80 # Caddy 443 # Caddy