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
|
||||
services.openssh.enable = true;
|
||||
services.pcscd.enable = true;
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
credential.helper = "store";
|
||||
git.allowForcePush = true;
|
||||
init.defaultBranch = "main";
|
||||
|
||||
user.signingkey = "6CB106C25E86A9F7";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,6 +4,4 @@
|
|||
../../common/home-manager
|
||||
./waybar.nix
|
||||
];
|
||||
|
||||
programs.git.extraConfig.user.signingkey = "6CB106C25E86A9F7";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue