hosts: add kalessin

This commit is contained in:
Katherina Walshe-Grey 2024-08-12 19:37:39 +01:00
parent 6e2d30751b
commit e2f5407c75
3 changed files with 75 additions and 0 deletions

View file

@ -59,4 +59,15 @@ in {
./hosts/orm/configuration.nix
];
};
kalessin = { name, nodes, ... }: {
networking.hostId = "534b538e";
time.timeZone = "Etc/UTC";
deployment.buildOnTarget = true;
imports = [
./deployment/remote.nix
./hosts/kalessin/configuration.nix
];
};
}