Compare commits
No commits in common. "9c7d41c8b1997e9b2383af193e150ca1f7e9aa94" and "412388a5a26716991a2739a1647eebe91181c27e" have entirely different histories.
9c7d41c8b1
...
412388a5a2
4 changed files with 0 additions and 7 deletions
|
@ -34,7 +34,6 @@ in
|
||||||
# `REGISTRATION_TOKEN`
|
# `REGISTRATION_TOKEN`
|
||||||
inherit authenticationTokenConfigFile; # 2
|
inherit authenticationTokenConfigFile; # 2
|
||||||
dockerImage = "alpine:3.18.2";
|
dockerImage = "alpine:3.18.2";
|
||||||
dockerPullPolicy = "if-not-present";
|
|
||||||
dockerVolumes = [
|
dockerVolumes = [
|
||||||
"/etc/nix/nix.conf:/etc/nix/nix.conf:ro"
|
"/etc/nix/nix.conf:/etc/nix/nix.conf:ro"
|
||||||
"/nix/store:/nix/store:ro"
|
"/nix/store:/nix/store:ro"
|
||||||
|
|
|
@ -26,7 +26,6 @@ in
|
||||||
# `CI_SERVER_TOKEN`
|
# `CI_SERVER_TOKEN`
|
||||||
authenticationTokenConfigFile = config.sops.secrets."gitlab-runners/docker-images-token".path;
|
authenticationTokenConfigFile = config.sops.secrets."gitlab-runners/docker-images-token".path;
|
||||||
dockerImage = "debian:stable";
|
dockerImage = "debian:stable";
|
||||||
dockerPullPolicy = "if-not-present";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,8 +26,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.fail2ban.enable = true;
|
|
||||||
|
|
||||||
# Workaround for nm-wait-online hanging??
|
# Workaround for nm-wait-online hanging??
|
||||||
# Ref: https://github.com/NixOS/nixpkgs/issues/180175
|
# Ref: https://github.com/NixOS/nixpkgs/issues/180175
|
||||||
systemd.services.NetworkManager-wait-online = {
|
systemd.services.NetworkManager-wait-online = {
|
||||||
|
|
|
@ -17,9 +17,6 @@ in
|
||||||
toggle_preset = "Control_R+F9";
|
toggle_preset = "Control_R+F9";
|
||||||
fps_metrics = "Control_R+F8";
|
fps_metrics = "Control_R+F8";
|
||||||
|
|
||||||
media_player = false;
|
|
||||||
battery = false;
|
|
||||||
|
|
||||||
# legacy_layout = "false";
|
# legacy_layout = "false";
|
||||||
# gpu_stats = true;
|
# gpu_stats = true;
|
||||||
# gpu_temp = true;
|
# gpu_temp = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue