Update configuration.nix

This commit is contained in:
2026-05-17 23:28:06 -03:00
parent 930f535cbd
commit 4e9888b16e
+1
View File
@@ -43,6 +43,7 @@
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQmhMhs1d3o0ZUS2a5i/0fsgg8FgSqCTCABhpc7hyxd"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHrTyOKfZTpfNywj/63+PvfE9rKt67sTnbe7ostVZrUP root@darkgui-vps"
];
packages = with pkgs; [ ];
};