From 9efe372dc389a7afbb999baadbee08c718595868 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 6 Feb 2026 14:48:51 +0100 Subject: [PATCH] Forgot git... --- nix-system-configs/traefik/traefik-config.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix-system-configs/traefik/traefik-config.nix b/nix-system-configs/traefik/traefik-config.nix index 996df7d..f737c88 100644 --- a/nix-system-configs/traefik/traefik-config.nix +++ b/nix-system-configs/traefik/traefik-config.nix @@ -179,13 +179,11 @@ in { # Add extra system packages from example.nix (appended to existing list) environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget helix fastfetch hyfetch pgadmin4 - # Additional packages from example.nix atool httpie alacritty @@ -208,6 +206,7 @@ in { os-prober arp-scan librewolf + git ]; # Enable rsync service (from example.nix)