diff options
author | sefidel <contact@sefidel.net> | 2022-02-01 08:50:36 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-01 08:50:36 +0900 |
commit | 91e0a88afc587ac74bfb8c7b6bbf184af97e6984 (patch) | |
tree | 40252771c55f76053e7655a54c02b5093d1fd35c /nixos | |
parent | 120397f4539239519d100d507dd5a51cc6be0330 (diff) | |
download | nixrc-91e0a88afc587ac74bfb8c7b6bbf184af97e6984.tar.gz nixrc-91e0a88afc587ac74bfb8c7b6bbf184af97e6984.zip |
nixos/alpha: add gnumake
Diffstat (limited to 'nixos')
-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 2af0514..e080c7e 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -75,7 +75,7 @@ time.timeZone = "Asia/Seoul"; - environment.systemPackages = with pkgs; [ gcc ]; + environment.systemPackages = with pkgs; [ gcc gnumake ]; services.zfs.trim.enable = true; services.zfs.autoScrub.enable = true; |