Commit 2df4f91f1c73

Vincent Demeester <vincent@sbr.pm>
2020-03-07 20:13:03
machines/honshu: add profile.git
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 677255b
Changed files (1)
machines
machines/honshu.nix
@@ -2,5 +2,6 @@
   imports = [
     ./base.nixos.nix
   ];
+  profiles.git.enable = true;
   xdg.configFile."ape.conf".source = ../assets/ape.conf;
 }