osmium: added

This commit is contained in:
xinyangli 2024-11-24 17:26:49 +08:00
parent 02636ac5a1
commit ca8f27bafa
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
6 changed files with 271 additions and 6 deletions

View file

@ -116,6 +116,9 @@
./machines/dolomite/lightsail.nix
./machines/dolomite/common.nix
];
osmium = [
./machines/osmium
];
};
sharedColmenaModules = [
deploymentModule
@ -258,6 +261,10 @@
calcite = mkNixos {
hostname = "calcite";
};
osmium = mkNixos {
hostname = "osmium";
};
} // self.colmenaHive.nodes;
}