add nixosModules.default alias for single-import deploy

This commit is contained in:
damocles 2026-05-20 21:52:01 +02:00 committed by Mara
parent 6a643f2fd2
commit 08913484cc
2 changed files with 9 additions and 1 deletions

View file

@ -59,7 +59,7 @@ Minimal `flake.nix` for a host that runs hive-c0re:
nixosConfigurations.my-host = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
hyperhive.nixosModules.hive-c0re
hyperhive.nixosModules.default # hive-c0re + hive-forge in one import
({ ... }: {
services.hive-c0re.enable = true;
# services.hive-c0re.operatorPronouns = "they/them"; # default: "she/her"