From b063d7719e588062e9da781cd3b6c56426d837e9 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 6 Mar 2024 12:25:15 +0100 Subject: [PATCH] sgx: update Signed-off-by: Harald Hoyer --- systems/x86_64-linux/sgx/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/systems/x86_64-linux/sgx/default.nix b/systems/x86_64-linux/sgx/default.nix index c9579ec..f212e98 100644 --- a/systems/x86_64-linux/sgx/default.nix +++ b/systems/x86_64-linux/sgx/default.nix @@ -13,7 +13,7 @@ with lib.plusultra; system.autoUpgrade = { enable = true; operation = "boot"; - allowReboot = false; + allowReboot = true; flags = [ "--update-input" "nixpkgs" @@ -114,7 +114,6 @@ with lib.plusultra; services = { dbus.implementation = "broker"; dbus.packages = [ pkgs.gcr ]; - fail2ban.enable = false; fwupd.enable = true; openssh = { enable = true;