diff options
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |