calcite: test comin
This commit is contained in:
parent
96e02e596c
commit
ccdf8021f4
6 changed files with 41 additions and 30 deletions
19
flake.nix
19
flake.nix
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue