aboutsummaryrefslogtreecommitdiff
path: root/modules/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index f338823..b1df8b2 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -12,7 +12,7 @@
};
# Default Packages Set
- environment.systemPackages = with pkgs; [ vim htop wget nftables wireguard-tools ];
+ environment.systemPackages = with pkgs; [ vim htop wget nftables wireguard-tools git ];
# Security
networking.firewall.enable = false;