chore: ssh changes

This commit is contained in:
m3tam3re
2026-08-11 17:06:01 +02:00
parent f2cc6b59ef
commit 33d0c85ef4
4 changed files with 26 additions and 35 deletions
Generated
+18 -27
View File
@@ -28,17 +28,14 @@
]
},
"locked": {
"lastModified": 1781348569,
"narHash": "sha256-1BJtmKSqtD0CD753ZE37RgxvCJK6Iw3iKLDDaS8trY4=",
"ref": "refs/heads/master",
"rev": "75a2ed2533b4d6d8e4a34acd37e83d98d81a5fb0",
"revCount": 30,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy"
"lastModified": 1786434944,
"narHash": "sha256-GTtiekQ7jaHpqBwKc3tW4bw2cj6+53yAiWz+Jv3pedU=",
"path": "/home/m3tam3re/p/agent-lib-legacy",
"type": "path"
},
"original": {
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy"
"path": "/home/m3tam3re/p/agent-lib-legacy",
"type": "path"
}
},
"agents": {
@@ -46,17 +43,14 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1783016143,
"narHash": "sha256-3qejDAo4g2XfzTyWCaX8RVKH17JXnw/fujsbXQA+Mzc=",
"ref": "refs/heads/master",
"rev": "83284d752d2ac325d4bf3ab7b38acad1c2fffe3a",
"revCount": 98,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"
"lastModified": 1786434953,
"narHash": "sha256-BSc4S1v3hDxbm0y1QOpMqodGKIAEucu0ZeDn3uM7aZA=",
"path": "/home/m3tam3re/p/AI/AGENTS",
"type": "path"
},
"original": {
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"
"path": "/home/m3tam3re/p/AI/AGENTS",
"type": "path"
}
},
"agents_2": {
@@ -338,17 +332,14 @@
"openspec": "openspec"
},
"locked": {
"lastModified": 1786203962,
"narHash": "sha256-gvweVFd0Za5AZN6srXAhYK10NYLSfSVG2Xnl/Z73iZU=",
"ref": "refs/heads/master",
"rev": "6962de7e076ab68e1ead87770982a7d2e676fc02",
"revCount": 377,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
"lastModified": 1786434842,
"narHash": "sha256-IhGYmeX5fbe9cCat7f8kZwIrLnjmQZC4IQAQ/kNPNWI=",
"path": "/home/m3tam3re/p/NIX/nixpkgs",
"type": "path"
},
"original": {
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
"path": "/home/m3tam3re/p/NIX/nixpkgs",
"type": "path"
}
},
"nix-colors": {
+6 -5
View File
@@ -12,18 +12,19 @@
nix-colors.url = "github:misterio77/nix-colors";
m3ta-nixpkgs = {
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs";
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs";
url = "path:/home/m3tam3re/p/NIX/nixpkgs";
inputs.nixpkgs.follows = "nixpkgs";
};
agents = {
# url = "path:/home/m3tam3re/p/AI/AGENTS";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS";
url = "path:/home/m3tam3re/p/AI/AGENTS";
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS";
};
agent-lib = {
# url = "path:/home/m3tam3re/p/NIX/agent-lib";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy";
url = "path:/home/m3tam3re/p/agent-lib-legacy";
# url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -73,7 +73,6 @@ in {
require_if_present("dms.colors")
require_if_present("dms.layout")
require_if_present("dms.outputs")
require_if_present("dms.binds")
require_if_present("dms.binds-user")
'';
};
+2 -2
View File
@@ -89,12 +89,12 @@
"m3-atlas" = {
HostName = "152.53.85.162";
User = "m3tam3re";
IdentityFile = "~/.ssh/m3tam3re";
IdentityFile = "~/.ssh/m3ta-adm";
};
"m3-hermes" = {
HostName = "204.168.229.93";
User = "m3tam3re";
IdentityFile = "~/.ssh/m3tam3re";
IdentityFile = "~/.ssh/m3ta-adm";
};
"hermes" = {
HostName = "46.224.0.92";