From 4827a3e325386630afe5127676f813b4124889a6 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 6 Mar 2024 12:25:33 +0100 Subject: [PATCH] x1: cleanup Signed-off-by: Harald Hoyer --- systems/x86_64-linux/x1/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/systems/x86_64-linux/x1/default.nix b/systems/x86_64-linux/x1/default.nix index 2e14fb2..f643648 100644 --- a/systems/x86_64-linux/x1/default.nix +++ b/systems/x86_64-linux/x1/default.nix @@ -112,7 +112,6 @@ with lib.plusultra; services = { dbus.implementation = "broker"; dbus.packages = [ pkgs.gcr ]; - fail2ban.enable = true; fwupd.enable = true; openssh = { enable = true; @@ -130,14 +129,6 @@ with lib.plusultra; }; }; - # Auto system update - # https://search.nixos.org/options?channel=23.11&show=system.autoUpgrade - #system.autoUpgrade = { - #enable = true; - #operation = "boot"; - #flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ] - # flake = "??"; - # }; system.stateVersion = "23.11"; time.timeZone = "Europe/Berlin";