centralize shared hive config

This commit is contained in:
müde 2026-07-01 18:13:39 +02:00
commit ea54ea9eb6
4 changed files with 34 additions and 39 deletions

View file

@ -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";
};
};
}