mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
+3
-4
@@ -7,10 +7,9 @@ let
|
||||
};
|
||||
};
|
||||
user = "${inputs.self.nixosConfigurations.default.config.xlib.device.username}";
|
||||
# user = "${inputs.zeroq-deploy.devices.username}";
|
||||
server = "${inputs.self.nixosConfigurations.server.config.xlib.device.hostname}";
|
||||
vds = "${inputs.zeroq-deploy.devices.vds.hostname}";
|
||||
mini-laptop = "${inputs.zeroq-deploy.devices.mini-laptop.hostname}";
|
||||
server = "sapphira";
|
||||
vds = "otreca";
|
||||
mini-laptop = "rydiwo";
|
||||
in
|
||||
{
|
||||
deploy = {
|
||||
|
||||
Reference in New Issue
Block a user