This commit is contained in:
Sense T 2023-07-04 10:46:36 +00:00
parent f578324c1b
commit d2c093c60b

View File

@ -1,7 +1,14 @@
{
programs = {
ssh.enable = true;
ssh = {
enable = true;
matchBlocks = {
"git-ssh.sense-t.eu.org" = {
hostname = "gitea.default";
};
};
};
go = {
enable = true;
goPath = ".local/go";