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.root = { imports = with tree; [ home.base ]; };
|
||||||
home-manager.users.chaos = {
|
home-manager.users.chaos = {
|
||||||
programs.ssh.matchBlocks."*".identityFile = "${usb_data.ssh_priv_path}";
|
programs.ssh.matchBlocks."*".identityFile = "${usb_data.ssh_priv_path}";
|
||||||
programs.git = {
|
programs.git.extraConfig = {
|
||||||
|
gpg.format = "ssh";
|
||||||
extraConfig = {
|
commit.gpgsign = "true";
|
||||||
gpg = { format = "ssh"; };
|
tag.gpgsign = "true";
|
||||||
user = {
|
user = { signingKey = "${usb_data.ssh_priv_path}"; };
|
||||||
signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAeN3T1aZkTm5xS0b66cRDyKUbdEQCFyzVWXeW+eIbsa chaos@chaos";
|
|
||||||
};
|
|
||||||
commit = { gpgsign = "true";};
|
|
||||||
tag = { gpgsign = "true";};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
imports = with tree; [
|
imports = with tree; [
|
||||||
home.base
|
home.base
|
||||||
|
|
Loading…
Reference in a new issue