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; }; };