This commit is contained in:
2026-04-20 23:24:21 -03:00
parent 25757b49a3
commit 7fcd58a909
2 changed files with 13 additions and 3 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
{
hostname = "darkgui-vps"; # Replace with your desired hostname.
username = "nixos"; # Replace with your desired username.
sshKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHr63aXlTSmorypxb689ApdqjEmyTKJbLtelYsvQpBdu darkgui@protonmail.com"; # Replace with your SSH public key.
sshKey = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHr63aXlTSmorypxb689ApdqjEmyTKJbLtelYsvQpBdu darkgui@protonmail.com"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQIEUCZPUJBocZGx/MUq/WWRSP6O1+rOB2kWHV6Lm u0_a369@localhost"
]; # Replace with your SSH public key.
locale = "pt_BR.UTF-8";
timezone = "America/Bahia";
}