deploy: fix deployments
This commit is contained in:
parent
869cd8d24a
commit
abff860fb7
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue