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";