From b22607a4df0d70b4b6dca44946e1321845f78bef Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 20 Mar 2024 08:50:51 +0100 Subject: [PATCH] sgx: autoupgrade switch Signed-off-by: Harald Hoyer --- systems/x86_64-linux/sgx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/sgx/default.nix b/systems/x86_64-linux/sgx/default.nix index 17b00b6..569998f 100644 --- a/systems/x86_64-linux/sgx/default.nix +++ b/systems/x86_64-linux/sgx/default.nix @@ -26,7 +26,7 @@ in system.autoUpgrade = { enable = true; - operation = "boot"; + operation = "switch"; allowReboot = true; };