deploy: fix deployments

This commit is contained in:
notohh 2023-04-26 22:05:41 -04:00
parent 869cd8d24a
commit abff860fb7
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -7,6 +7,8 @@ inputs: {
path = activate.nixos inputs.self.nixosConfigurations.hime; path = activate.nixos inputs.self.nixosConfigurations.hime;
}; };
sshUser = "oh"; sshUser = "oh";
sshOpts = ["-t"];
magicRollback = false;
}; };
sutakku = { sutakku = {
hostname = "sutakku"; hostname = "sutakku";
@ -15,6 +17,8 @@ inputs: {
path = activate.nixos inputs.self.nixosConfigurations.sutakku; path = activate.nixos inputs.self.nixosConfigurations.sutakku;
}; };
sshUser = "oh"; sshUser = "oh";
sshOpts = ["-t"];
magicRollback = false;
}; };
}; };
} }