From 4e9888b16eaaf703cf92cd4753e523ec57439b9c Mon Sep 17 00:00:00 2001 From: DarkGuibrine Date: Sun, 17 May 2026 23:28:06 -0300 Subject: [PATCH] Update configuration.nix --- hosts/Alfa/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Alfa/configuration.nix b/hosts/Alfa/configuration.nix index 5b6896f..cc2a376 100644 --- a/hosts/Alfa/configuration.nix +++ b/hosts/Alfa/configuration.nix @@ -43,6 +43,7 @@ ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQmhMhs1d3o0ZUS2a5i/0fsgg8FgSqCTCABhpc7hyxd" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHrTyOKfZTpfNywj/63+PvfE9rKt67sTnbe7ostVZrUP root@darkgui-vps" ]; packages = with pkgs; [ ]; };