From 1f536d2d7641774e22a4b7d829f8ba1040dd9dc1 Mon Sep 17 00:00:00 2001 From: randogoth Date: Sat, 7 Feb 2026 21:54:11 +0200 Subject: [PATCH] Install git system-wide on bucur --- hosts/bucur.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/bucur.nix b/hosts/bucur.nix index 8f9650c..3930837 100644 --- a/hosts/bucur.nix +++ b/hosts/bucur.nix @@ -1,5 +1,7 @@ -{ lib, ... }: +{ lib, pkgs, ... }: { + environment.systemPackages = [ pkgs.git ]; + networking.hostName = "bucur"; networking.useDHCP = false; networking.interfaces.ens3.ipv4.addresses = [