Install git system-wide on bucur

This commit is contained in:
randogoth 2026-02-07 21:54:11 +02:00
parent 3cf7d09367
commit 1f536d2d76

View file

@ -1,5 +1,7 @@
{ lib, ... }:
{ lib, pkgs, ... }:
{
environment.systemPackages = [ pkgs.git ];
networking.hostName = "bucur";
networking.useDHCP = false;
networking.interfaces.ens3.ipv4.addresses = [