Add k3s11 and k3s12

This commit is contained in:
asonix 2023-06-29 19:25:13 -05:00
parent e9de301136
commit 8eb27bc24e
2 changed files with 28 additions and 8 deletions

View file

@ -120,16 +120,16 @@
]
},
"locked": {
"lastModified": 1687974837,
"narHash": "sha256-TGkAg50PeoA98+bun94kcSRw5AYJWW7iUDotkx3fsYI=",
"lastModified": 1688008383,
"narHash": "sha256-YUmi5Wbn0mA6arBTS4uj0mgp6/E2NrQNXSMqBus9LiU=",
"owner": "asonix",
"repo": "nixos-rockchip",
"rev": "ea23191b3dbc14be78bf5b62b4e32f32c812188a",
"rev": "fbdb98aede2f879879b62e419e1e63be6c4c54ff",
"type": "github"
},
"original": {
"owner": "asonix",
"ref": "asonix/pinetab2-linux-6.3.9",
"ref": "asonix/pinetab2-linux-6.3.10",
"repo": "nixos-rockchip",
"type": "github"
}
@ -152,11 +152,11 @@
"rockchip": "rockchip"
},
"locked": {
"lastModified": 1687976803,
"narHash": "sha256-Gbo+uZ9sUg4XFinzGmZrkNX+WvEfo4ZUpVVaqnjHGn4=",
"lastModified": 1688051207,
"narHash": "sha256-fzWxuveHasOwZTdr9QVnSul7M/ErfXidYBijtCfyKZA=",
"ref": "asonix/nabam-sd-image",
"rev": "67f1f541476d9c4451133fa0f5b6404da11f7b86",
"revCount": 49,
"rev": "9b912b82cbbe8fa0f382aa79e8f5a84792b8115c",
"revCount": 50,
"type": "git",
"url": "https://git.asonix.dog/asonix/sd-images"
},

View file

@ -839,6 +839,18 @@
serverIp = "192.168.20.120";
};
k3s11 = makeSoQuartzK3sConfig system {
hostname = "k3s11";
selfIp = "192.168.20.130";
serverIp = "192.168.20.120";
};
k3s12 = makeSoQuartzK3sConfig system {
hostname = "k3s12";
selfIp = "192.168.20.131";
serverIp = "192.168.20.120";
};
k3s-rock1 = makeRock64K3sConfig system {
hostname = "k3s-rock1";
selfIp = "192.168.20.110";
@ -1128,6 +1140,14 @@
name = "k3s10";
ip = "192.168.20.129";
}
{
name = "k3s11";
ip = "192.168.20.130";
}
{
name = "k3s12";
ip = "192.168.20.131";
}
{
name = "k3s-quartza1";
ip = "192.168.20.160";