diff --git a/flake.nix b/flake.nix index 29a404c..8033bf4 100644 --- a/flake.nix +++ b/flake.nix @@ -134,13 +134,11 @@ system = { user = "root"; sshUser = "root"; - remoteBuild = true; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.alexandria; }; user = { user = "user"; - remoteBuild = true; path = deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.server; }; @@ -154,13 +152,11 @@ system = { user = "root"; sshUser = "root"; - remoteBuild = true; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.io; }; user = { user = "user"; - remoteBuild = true; path = deploy-rs.lib.x86_64-linux.activate.home-manager self.homeConfigurations.desktop; };