From 2864c06a5465861de31d3e29b9d49448951a8c5b Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 29 Oct 2025 12:40:29 +0300 Subject: [PATCH] 123 --- flake.nix | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index dfcc6d7..9f9800f 100755 --- a/flake.nix +++ b/flake.nix @@ -109,13 +109,15 @@ flakeContext = { inherit inputs; }; in { - deploy.nodes = { + deploy = { sshUser = "oqyude"; - sapphira = { - hostname = "sapphira"; - profiles.system = { - user = "root"; - path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira; + nodes = { + sapphira = { + hostname = "sapphira"; + profiles.system = { + # user = "root"; + path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira; + }; }; }; };