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";
|
||||
sshUser = "root";
|
||||
remoteBuild = true;
|
||||
confirmTimeout = 600;
|
||||
autoRollback = false;
|
||||
magicRollback = false;
|
||||
|
||||
profiles.system = {
|
||||
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
||||
|
|
|
@ -49,7 +49,8 @@ rec {
|
|||
hostname = "mediaserver";
|
||||
sshUser = "root";
|
||||
remoteBuild = true;
|
||||
confirmTimeout = 600;
|
||||
autoRollback = false;
|
||||
magicRollback = false;
|
||||
|
||||
profiles.system = {
|
||||
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
||||
|
|
|
@ -49,7 +49,8 @@ rec {
|
|||
hostname = "sail";
|
||||
sshUser = "root";
|
||||
remoteBuild = true;
|
||||
confirmTimeout = 600;
|
||||
autoRollback = false;
|
||||
magicRollback = false;
|
||||
|
||||
profiles.system = {
|
||||
path = deploy-rs.lib.${default-system}.activate.nixos system;
|
||||
|
|
Loading…
Reference in a new issue