aboutsummaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2023-09-27 12:49:16 +0200
committerMax Audron <audron@cocaine.farm>2023-09-27 12:49:16 +0200
commit7f30f1c9d8b6b885081ad81e3fa3c6849b3f3548 (patch)
tree857bde9b44f25cb321b6d4831e6db99fba3888cb /modules/common
parentadd secrets submodule (diff)
test kubernetes deployment
Diffstat (limited to 'modules/common')
-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;