From 46e0b001d8ce9e6c20ff9a0dede25d5ccddff610 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 15 Feb 2023 00:50:52 +0900 Subject: feat(nixos/alpha,kompakt): add git to systemPackages --- nixos/alpha/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/alpha/configuration.nix') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index b549885..9e5c942 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -105,7 +105,7 @@ time.timeZone = "Asia/Seoul"; - environment.systemPackages = with pkgs; [ gcc gnumake ]; + environment.systemPackages = with pkgs; [ gcc git gnumake ]; services.zfs.trim.enable = true; services.zfs.autoScrub.enable = true; -- cgit 1.4.1