hosts: add kalessin
This commit is contained in:
parent
6e2d30751b
commit
e2f5407c75
3 changed files with 75 additions and 0 deletions
11
hive.nix
11
hive.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue