mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +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.self.nixosConfigurations.default.config.xlib.device.username}";
|
||||||
# user = "${inputs.zeroq-deploy.devices.username}";
|
server = "sapphira";
|
||||||
server = "${inputs.self.nixosConfigurations.server.config.xlib.device.hostname}";
|
vds = "otreca";
|
||||||
vds = "${inputs.zeroq-deploy.devices.vds.hostname}";
|
mini-laptop = "rydiwo";
|
||||||
mini-laptop = "${inputs.zeroq-deploy.devices.mini-laptop.hostname}";
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
deploy = {
|
deploy = {
|
||||||
|
|||||||
Reference in New Issue
Block a user