centralize shared hive config
This commit is contained in:
parent
f1b061887c
commit
ea54ea9eb6
4 changed files with 34 additions and 39 deletions
|
|
@ -2,9 +2,8 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
# ./vscode-server.nix
|
||||
# ./hass.nix
|
||||
./hyperhive.nix
|
||||
# ./vscode-server.nix
|
||||
# ./hass.nix
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
@ -47,5 +46,10 @@
|
|||
# Factorio
|
||||
34197
|
||||
];
|
||||
|
||||
my.constellation-swarm = {
|
||||
enable = true;
|
||||
hiveName = "umbra";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue