diff --git a/system/gitlab-runner.nix b/system/gitlab-runner.nix index 5650a52..8db526f 100644 --- a/system/gitlab-runner.nix +++ b/system/gitlab-runner.nix @@ -34,7 +34,6 @@ in # `REGISTRATION_TOKEN` inherit authenticationTokenConfigFile; # 2 dockerImage = "alpine:3.18.2"; - dockerPullPolicy = "if-not-present"; dockerVolumes = [ "/etc/nix/nix.conf:/etc/nix/nix.conf:ro" "/nix/store:/nix/store:ro" diff --git a/system/monolith-gitlab-runner.nix b/system/monolith-gitlab-runner.nix index 023dc66..6f1f7b3 100644 --- a/system/monolith-gitlab-runner.nix +++ b/system/monolith-gitlab-runner.nix @@ -26,7 +26,6 @@ in # `CI_SERVER_TOKEN` authenticationTokenConfigFile = config.sops.secrets."gitlab-runners/docker-images-token".path; dockerImage = "debian:stable"; - dockerPullPolicy = "if-not-present"; }; }; }; diff --git a/system/network.nix b/system/network.nix index a54e49e..e280ff5 100644 --- a/system/network.nix +++ b/system/network.nix @@ -26,8 +26,6 @@ }; }; - services.fail2ban.enable = true; - # Workaround for nm-wait-online hanging?? # Ref: https://github.com/NixOS/nixpkgs/issues/180175 systemd.services.NetworkManager-wait-online = { diff --git a/user/mangohud.nix b/user/mangohud.nix index 639314a..fa0c8ff 100644 --- a/user/mangohud.nix +++ b/user/mangohud.nix @@ -17,9 +17,6 @@ in toggle_preset = "Control_R+F9"; fps_metrics = "Control_R+F8"; - media_player = false; - battery = false; - # legacy_layout = "false"; # gpu_stats = true; # gpu_temp = true;