Setup GPG on desktop
This commit is contained in:
parent
20672aa33d
commit
c25ed3513c
|
@ -61,6 +61,7 @@ nixpkgs, # The flake's input version of nixpkgs
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
services.pcscd.enable = true;
|
||||||
programs.gnupg.agent = {
|
programs.gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
|
|
|
@ -17,6 +17,8 @@
|
||||||
credential.helper = "store";
|
credential.helper = "store";
|
||||||
git.allowForcePush = true;
|
git.allowForcePush = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|
||||||
|
user.signingkey = "6CB106C25E86A9F7";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,4 @@
|
||||||
../../common/home-manager
|
../../common/home-manager
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.git.extraConfig.user.signingkey = "6CB106C25E86A9F7";
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue