From d11c388f31f2351d193780e4714a15fe6dfe6f35 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 15 Nov 2022 15:19:36 +0100 Subject: [PATCH] deploy-rs: disable auto-rollback by default (as per Moira's request) --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index edfeb5d..d7421d2 100644 --- a/flake.nix +++ b/flake.nix @@ -60,6 +60,7 @@ hostname = "parsons"; profiles.system = { user = "root"; + autoRollback = false; path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.parsons; };