Install git system-wide on bucur
This commit is contained in:
parent
3cf7d09367
commit
1f536d2d76
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.git ];
|
||||
|
||||
networking.hostName = "bucur";
|
||||
networking.useDHCP = false;
|
||||
networking.interfaces.ens3.ipv4.addresses = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue