deploy-rs: Disable rollbacks
This commit is contained in:
parent
57cc4cec2c
commit
89e23dd01b
3 changed files with 6 additions and 3 deletions
|
@ -49,7 +49,8 @@ rec {
|
||||||
hostname = "attic";
|
hostname = "attic";
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
remoteBuild = true;
|
remoteBuild = true;
|
||||||
confirmTimeout = 600;
|
autoRollback = false;
|
||||||
|
magicRollback = false;
|
||||||
|
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
||||||
|
|
|
@ -49,7 +49,8 @@ rec {
|
||||||
hostname = "mediaserver";
|
hostname = "mediaserver";
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
remoteBuild = true;
|
remoteBuild = true;
|
||||||
confirmTimeout = 600;
|
autoRollback = false;
|
||||||
|
magicRollback = false;
|
||||||
|
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
||||||
|
|
|
@ -49,7 +49,8 @@ rec {
|
||||||
hostname = "sail";
|
hostname = "sail";
|
||||||
sshUser = "root";
|
sshUser = "root";
|
||||||
remoteBuild = true;
|
remoteBuild = true;
|
||||||
confirmTimeout = 600;
|
autoRollback = false;
|
||||||
|
magicRollback = false;
|
||||||
|
|
||||||
profiles.system = {
|
profiles.system = {
|
||||||
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
||||||
|
|
Loading…
Reference in a new issue