From 7227864883f311eb97e9090ab55f4a979936e9b9 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sun, 7 Sep 2025 23:12:53 -0500 Subject: [PATCH] bert: Add Jeff user --- bert/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bert/configuration.nix b/bert/configuration.nix index 1e4be01..991b88a 100644 --- a/bert/configuration.nix +++ b/bert/configuration.nix @@ -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