1
This commit is contained in:
parent
f578324c1b
commit
d2c093c60b
11
programs.nix
11
programs.nix
@ -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";
|
||||
|
Reference in New Issue
Block a user