summary refs log tree commit diff
path: root/hosts/vps/cfg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vps/cfg.nix')
-rw-r--r--hosts/vps/cfg.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vps/cfg.nix b/hosts/vps/cfg.nix
index 25da42b..3e220c3 100644
--- a/hosts/vps/cfg.nix
+++ b/hosts/vps/cfg.nix
@@ -9,8 +9,8 @@
 
   config = {
     _module.args.nixinate = {
-      host = "100.67.217.90";
-      sshUser = "nixos";
+      host = "vps";
+      sshUser = "tzlil";
       buildOn = "remote"; # valid args are "local" or "remote"
       substituteOnTarget = true; # if buildOn is "local" then it will substitute on the target, "-s"
       hermetic = false;