hosts: orm: initial setup

This commit is contained in:
Katherina Walshe-Grey 2024-07-02 17:53:22 +01:00
parent 7c700718ed
commit 8c089a1a55
4 changed files with 80 additions and 0 deletions

View file

@ -50,4 +50,14 @@ in {
./hosts/yevaud/configuration.nix
];
};
orm = { name, nodes, ... }: {
networking.hostId = "00000000";
time.timeZone = "Etc/UTC";
imports = [
./colmena/remote.nix
./hosts/orm/configuration.nix
];
};
}