box: remove autoRollback

This commit is contained in:
Anish Lakhwara
2023-05-16 00:22:41 +10:00
parent fe806757d2
commit 11e36c5082
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -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;