calcite: test comin

This commit is contained in:
xinyangli 2025-03-04 18:32:55 +08:00
parent 96e02e596c
commit ccdf8021f4
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
6 changed files with 41 additions and 30 deletions

View file

@ -123,6 +123,9 @@
comin.nixosModules.comin
];
nodeNixosModules = {
weilite = [
./machines/weilite
];
calcite = [
nixos-hardware.nixosModules.asus-zephyrus-ga401
catppuccin.nixosModules.catppuccin
@ -269,17 +272,6 @@
] ++ sharedColmenaModules;
};
weilite =
{ ... }:
{
imports = [ machines/weilite ] ++ sharedColmenaModules;
deployment = {
targetHost = "weilite.coho-tet.ts.net";
targetPort = 22;
buildOnTarget = false;
};
nixpkgs.system = "x86_64-linux";
};
thorite =
{ ... }:
{
@ -309,6 +301,11 @@
calcite = mkNixos {
hostname = "calcite";
};
weilite = mkNixos {
hostname = "weilite";
};
baryte = mkNixos {
hostname = "baryte";
};