deploy-rs: Default to skipping checks and disabling auto / magic rollback
This commit is contained in:
parent
318972a086
commit
22bf75d0a0
@ -47,8 +47,8 @@ in
|
|||||||
(nodesFor homes)
|
(nodesFor homes)
|
||||||
);
|
);
|
||||||
|
|
||||||
autoRollback = true;
|
autoRollback = false;
|
||||||
magicRollback = true;
|
magicRollback = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Filter out null values so deploy merges overriding options correctly
|
# Filter out null values so deploy merges overriding options correctly
|
||||||
|
@ -24,7 +24,9 @@ in
|
|||||||
coreutils
|
coreutils
|
||||||
nixVersions.stable
|
nixVersions.stable
|
||||||
rage
|
rage
|
||||||
deploy-rs.deploy-rs
|
(pkgs.writeShellScriptBin "deploy" ''
|
||||||
|
exec ${deploy-rs.deploy-rs}/bin/deploy --skip-checks "$@"
|
||||||
|
'')
|
||||||
home-manager
|
home-manager
|
||||||
attic-client
|
attic-client
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user