about summary refs log tree commit diff
path: root/nixosConfigurations/iso
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/iso/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixosConfigurations/iso/default.nix b/nixosConfigurations/iso/default.nix
index d491bb8..9a326a3 100644
--- a/nixosConfigurations/iso/default.nix
+++ b/nixosConfigurations/iso/default.nix
@@ -5,6 +5,7 @@ with lib; {
   nixfiles.modules = {
     common.networking.onlyDefault = true;
     git.client.enable = true;
+    gnupg.enable = true;
     openssh = {
       client.enable = true;
       server = {
@@ -14,6 +15,8 @@ with lib; {
     };
   };
 
+  hm.programs.git.signing.signByDefault = mkForce false;
+
   programs.mtr.enable = true;
 
   services.getty.autologinUser = mkForce my.username;

Consider giving Nix/NixOS a try! <3