tidy
This commit is contained in:
parent
76edeae5bd
commit
5e112b21bb
|
@ -40,16 +40,11 @@ in {
|
|||
home-manager.users.root = { imports = with tree; [ home.base ]; };
|
||||
home-manager.users.chaos = {
|
||||
programs.ssh.matchBlocks."*".identityFile = "${usb_data.ssh_priv_path}";
|
||||
programs.git = {
|
||||
|
||||
extraConfig = {
|
||||
gpg = { format = "ssh"; };
|
||||
user = {
|
||||
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAeN3T1aZkTm5xS0b66cRDyKUbdEQCFyzVWXeW+eIbsa chaos@chaos";
|
||||
};
|
||||
commit = { gpgsign = "true";};
|
||||
tag = { gpgsign = "true";};
|
||||
};
|
||||
programs.git.extraConfig = {
|
||||
gpg.format = "ssh";
|
||||
commit.gpgsign = "true";
|
||||
tag.gpgsign = "true";
|
||||
user = { signingKey = "${usb_data.ssh_priv_path}"; };
|
||||
};
|
||||
imports = with tree; [
|
||||
home.base
|
||||
|
|
Loading…
Reference in a new issue