summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/core/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix
index b891fbd6..7325839a 100644
--- a/system-profiles/core/default.nix
+++ b/system-profiles/core/default.nix
@@ -109,7 +109,10 @@ in {
109 }; 109 };
110 }; 110 };
111 111
112 environment.systemPackages = [ pkgs.git ] ++ lib.optional hasSops pkgs.gnupg; 112 programs.git = {
113 enable = true;
114 lfs.enable = true;
115 };
113 116
114 system.activationScripts.symlink-flake = '' 117 system.activationScripts.symlink-flake = ''
115 if test -L /etc/nixos; then 118 if test -L /etc/nixos; then