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": { "locked": {
"lastModified": 1781348569, "lastModified": 1786434944,
"narHash": "sha256-1BJtmKSqtD0CD753ZE37RgxvCJK6Iw3iKLDDaS8trY4=", "narHash": "sha256-GTtiekQ7jaHpqBwKc3tW4bw2cj6+53yAiWz+Jv3pedU=",
"ref": "refs/heads/master", "path": "/home/m3tam3re/p/agent-lib-legacy",
"rev": "75a2ed2533b4d6d8e4a34acd37e83d98d81a5fb0", "type": "path"
"revCount": 30,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy"
}, },
"original": { "original": {
"type": "git", "path": "/home/m3tam3re/p/agent-lib-legacy",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy" "type": "path"
} }
}, },
"agents": { "agents": {
@@ -46,17 +43,14 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1783016143, "lastModified": 1786434953,
"narHash": "sha256-3qejDAo4g2XfzTyWCaX8RVKH17JXnw/fujsbXQA+Mzc=", "narHash": "sha256-BSc4S1v3hDxbm0y1QOpMqodGKIAEucu0ZeDn3uM7aZA=",
"ref": "refs/heads/master", "path": "/home/m3tam3re/p/AI/AGENTS",
"rev": "83284d752d2ac325d4bf3ab7b38acad1c2fffe3a", "type": "path"
"revCount": 98,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"
}, },
"original": { "original": {
"type": "git", "path": "/home/m3tam3re/p/AI/AGENTS",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS" "type": "path"
} }
}, },
"agents_2": { "agents_2": {
@@ -338,17 +332,14 @@
"openspec": "openspec" "openspec": "openspec"
}, },
"locked": { "locked": {
"lastModified": 1786203962, "lastModified": 1786434842,
"narHash": "sha256-gvweVFd0Za5AZN6srXAhYK10NYLSfSVG2Xnl/Z73iZU=", "narHash": "sha256-IhGYmeX5fbe9cCat7f8kZwIrLnjmQZC4IQAQ/kNPNWI=",
"ref": "refs/heads/master", "path": "/home/m3tam3re/p/NIX/nixpkgs",
"rev": "6962de7e076ab68e1ead87770982a7d2e676fc02", "type": "path"
"revCount": 377,
"type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
}, },
"original": { "original": {
"type": "git", "path": "/home/m3tam3re/p/NIX/nixpkgs",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" "type": "path"
} }
}, },
"nix-colors": { "nix-colors": {
+6 -5
View File
@@ -12,18 +12,19 @@
nix-colors.url = "github:misterio77/nix-colors"; nix-colors.url = "github:misterio77/nix-colors";
m3ta-nixpkgs = { 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"; inputs.nixpkgs.follows = "nixpkgs";
}; };
agents = { agents = {
# url = "path:/home/m3tam3re/p/AI/AGENTS"; url = "path:/home/m3tam3re/p/AI/AGENTS";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS"; # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/AGENTS";
}; };
agent-lib = { agent-lib = {
# url = "path:/home/m3tam3re/p/NIX/agent-lib"; url = "path:/home/m3tam3re/p/agent-lib-legacy";
url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy"; # url = "git+ssh://gitea@code.m3ta.dev/m3tam3re/agent-lib-legacy";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
@@ -73,7 +73,6 @@ in {
require_if_present("dms.colors") require_if_present("dms.colors")
require_if_present("dms.layout") require_if_present("dms.layout")
require_if_present("dms.outputs") require_if_present("dms.outputs")
require_if_present("dms.binds")
require_if_present("dms.binds-user") require_if_present("dms.binds-user")
''; '';
}; };
+2 -2
View File
@@ -89,12 +89,12 @@
"m3-atlas" = { "m3-atlas" = {
HostName = "152.53.85.162"; HostName = "152.53.85.162";
User = "m3tam3re"; User = "m3tam3re";
IdentityFile = "~/.ssh/m3tam3re"; IdentityFile = "~/.ssh/m3ta-adm";
}; };
"m3-hermes" = { "m3-hermes" = {
HostName = "204.168.229.93"; HostName = "204.168.229.93";
User = "m3tam3re"; User = "m3tam3re";
IdentityFile = "~/.ssh/m3tam3re"; IdentityFile = "~/.ssh/m3ta-adm";
}; };
"hermes" = { "hermes" = {
HostName = "46.224.0.92"; HostName = "46.224.0.92";