From 4bea875604858d1045cd30791c1190cb5f1fecc7 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 29 Oct 2025 12:49:35 +0300 Subject: [PATCH] 123 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 77217b0..f261ed0 100755 --- a/flake.nix +++ b/flake.nix @@ -111,11 +111,11 @@ { deploy = { sshUser = "oqyude"; + user = "root"; nodes = { sapphira = { hostname = "sapphira"; profiles.system = { - user = "root"; path = inputs.deploy-rs.lib.x86_64-linux.activate.nixos inputs.self.nixosConfigurations.sapphira; }; };