changed ip/config of new vps

This commit is contained in:
Danilo Reyes
2025-10-28 16:11:16 -06:00
parent fd2962c306
commit 0ef6b08c42
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ in
matchBlocks = {
vps = {
hostname = config.my.ips.vps;
user = "fedora";
user = "jawz";
port = 3456;
identityFile = config.sops.secrets."private_keys/${hostName}".path;
};