box: remove autoRollback
This commit is contained in:
@@ -250,6 +250,7 @@
|
||||
deploy.nodes = {
|
||||
box = {
|
||||
hostname = "mossnet.lan";
|
||||
# autoRollback = false;
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.box;
|
||||
@@ -257,7 +258,7 @@
|
||||
};
|
||||
lituus = {
|
||||
hostname = "sealight.xyz";
|
||||
autoRollback = false;
|
||||
# autoRollback = false;
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.lituus;
|
||||
|
||||
Reference in New Issue
Block a user