hosts: orm: initial setup
This commit is contained in:
parent
7c700718ed
commit
8c089a1a55
4 changed files with 80 additions and 0 deletions
10
hive.nix
10
hive.nix
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue