sgx: update

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-06 12:25:15 +01:00
parent f2a664275b
commit b063d7719e

View file

@ -13,7 +13,7 @@ with lib.plusultra;
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
operation = "boot"; operation = "boot";
allowReboot = false; allowReboot = true;
flags = [ flags = [
"--update-input" "--update-input"
"nixpkgs" "nixpkgs"
@ -114,7 +114,6 @@ with lib.plusultra;
services = { services = {
dbus.implementation = "broker"; dbus.implementation = "broker";
dbus.packages = [ pkgs.gcr ]; dbus.packages = [ pkgs.gcr ];
fail2ban.enable = false;
fwupd.enable = true; fwupd.enable = true;
openssh = { openssh = {
enable = true; enable = true;