This commit is contained in:
2026-01-26 11:38:51 +03:00
parent a87605babe
commit 609b1604e4
3 changed files with 33 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ let
path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.${hostname};
};
};
user = "${inputs.zeroq-deploy.devices.username}";
user = "${inputs.self.nixosConfigurations.default.config.xlib.devices.admin}";
# user = "${inputs.zeroq-deploy.devices.username}";
server = "${inputs.zeroq-deploy.devices.server.hostname}";
vds = "${inputs.zeroq-deploy.devices.vds.hostname}";
mini-laptop = "${inputs.zeroq-deploy.devices.mini-laptop.hostname}";