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

View File

@ -1,6 +1,13 @@
{ {
programs = { programs = {
ssh.enable = true; ssh = {
enable = true;
matchBlocks = {
"git-ssh.sense-t.eu.org" = {
hostname = "gitea.default";
};
};
};
go = { go = {
enable = true; enable = true;