deploy-rs: disable auto-rollback by default
(as per Moira's request)
This commit is contained in:
parent
79fb386395
commit
d11c388f31
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
hostname = "parsons";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
autoRollback = false;
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos
|
||||
self.nixosConfigurations.parsons;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue