Set gpg format to ssh for git conf
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m35s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m35s
This commit is contained in:
parent
e5d71b6715
commit
9942a085c8
@ -11,5 +11,13 @@
|
|||||||
key = "~/.ssh/id_ed25519.pub";
|
key = "~/.ssh/id_ed25519.pub";
|
||||||
signByDefault = true;
|
signByDefault = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
includes = [
|
||||||
|
{
|
||||||
|
contents = {
|
||||||
|
gpg.format = "ssh";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user