feat(ssh): yggdrasil and midgard LAN ssh

This commit is contained in:
Poby 2026-05-20 23:46:29 +09:00
parent 136d9c574a
commit b8609f9def
No known key found for this signature in database
2 changed files with 34 additions and 20 deletions

40
flake.lock generated
View file

@ -40,11 +40,11 @@
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1751685974, "lastModified": 1777699697,
"narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=", "narHash": "sha256-Eg9b/rq/ECYwNwEXs5i9wHyhxNI0JrYx2srdI2uZMaQ=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1", "rev": "382052b74656a369c5408822af3f2501e9b1af81",
"revCount": 92, "revCount": 94,
"type": "git", "type": "git",
"url": "https://git.lix.systems/lix-project/flake-compat.git" "url": "https://git.lix.systems/lix-project/flake-compat.git"
}, },
@ -79,11 +79,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769996383, "lastModified": 1778716662,
"narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", "narHash": "sha256-m1Yf0wZ8j1OHjTc2UwHwyQRSnNeSgLJOd7q5Y45hzi4=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "57928607ea566b5db3ad13af0e57e921e6b12381", "rev": "f7c1a2d347e4c52d5fb8d10cb4d94b5884e546fb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -99,11 +99,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1779157263, "lastModified": 1779213149,
"narHash": "sha256-VbiyZkRf8/qr7ObmlyfOHJsNAW5tyZ4MB1+cUwAwdrw=", "narHash": "sha256-Cf+p/T4Z3n9Sw0TiR3kQaIwQI+/hfvLJcoTzeq6yS3E=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "866412a19866b4a8e32d2306a118040afa2b840c", "rev": "bd868f769a69d3b6091a1da68a75cb83a181033c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -129,11 +129,11 @@
}, },
"mnw": { "mnw": {
"locked": { "locked": {
"lastModified": 1777828893, "lastModified": 1778541201,
"narHash": "sha256-gVWVnmyNr74BVKfhMMZDWkhx2699dhmZ2g0W8TTHtkk=", "narHash": "sha256-n0twkzWexzjsoDycOTvvQNuGEdg62UiNHYcFCduYpKI=",
"owner": "Gerg-L", "owner": "Gerg-L",
"repo": "mnw", "repo": "mnw",
"rev": "c1c0b544bfabe6669b5a6a0383ccb475fe60258b", "rev": "1a3573fc9d2486738fe0b2cacc5cd10dd5f3a445",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -150,16 +150,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1776882296, "lastModified": 1779233504,
"narHash": "sha256-DWZozXwMsgvUqfVlL1mQ8dOxW7GJ/8CdyaDN+1niZRg=", "narHash": "sha256-YIKEyzh0NFQlD0O92LQQNMoVCDwV8yw1Xz0Iu+4ZC5U=",
"owner": "feel-co", "owner": "feel-co",
"repo": "ndg", "repo": "ndg",
"rev": "ab7d78d4884b3a34968cf9fa3d16c0c1246d5c6e", "rev": "86f6644411a64d5413711895b7cf6e0e1be465b6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "feel-co", "owner": "feel-co",
"ref": "refs/tags/v2.6.0", "ref": "refs/tags/v2.8.0",
"repo": "ndg", "repo": "ndg",
"type": "github" "type": "github"
} }
@ -225,11 +225,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1779018518, "lastModified": 1779283801,
"narHash": "sha256-RUmjcuxbaa8UKsd5rUO5bqDe9YxGBDLXd4tFFBi351E=", "narHash": "sha256-H194cWzMcfNLKpu+5n4t2CSyOVyUxpikizQWM3FEzJY=",
"owner": "notashelf", "owner": "notashelf",
"repo": "nvf", "repo": "nvf",
"rev": "cd45295f9c65ca81f323155660ba83d427bd0154", "rev": "250db172d60c2c68f3f231429ac470b613bfbcc9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -24,6 +24,20 @@
identitiesOnly = true; identitiesOnly = true;
identityFile = [config.sops.secrets."kmeat_mac_mini_ssh_key".path]; identityFile = [config.sops.secrets."kmeat_mac_mini_ssh_key".path];
}; };
"yggdrasil" = {
hostname = "222.109.216.197";
user = "poby";
port = 22;
identitiesOnly = true;
identityFile = [config.sops.secrets."github_ssh_key".path];
};
"midgard" = {
hostname = "222.109.239.172";
user = "poby";
port = 22;
identitiesOnly = true;
identityFile = [config.sops.secrets."github_ssh_key".path];
};
}; };
}; };
} }