diff --git a/hosts/deploy.nix b/hosts/deploy.nix index eac3579..028b5f6 100644 --- a/hosts/deploy.nix +++ b/hosts/deploy.nix @@ -7,6 +7,8 @@ inputs: { path = activate.nixos inputs.self.nixosConfigurations.hime; }; sshUser = "oh"; + sshOpts = ["-t"]; + magicRollback = false; }; sutakku = { hostname = "sutakku"; @@ -15,6 +17,8 @@ inputs: { path = activate.nixos inputs.self.nixosConfigurations.sutakku; }; sshUser = "oh"; + sshOpts = ["-t"]; + magicRollback = false; }; }; }