module: default hyperhiveFlake to self — operator no longer sets it
This commit is contained in:
parent
4f91dfef99
commit
e2aa40409e
3 changed files with 10 additions and 7 deletions
|
|
@ -63,10 +63,7 @@ Minimal `flake.nix` for a host that runs hive-c0re:
|
|||
modules = [
|
||||
hyperhive.nixosModules.hive-c0re
|
||||
({ ... }: {
|
||||
services.hive-c0re = {
|
||||
enable = true;
|
||||
hyperhiveFlake = "${hyperhive}";
|
||||
};
|
||||
services.hive-c0re.enable = true;
|
||||
# ... rest of your host config (hardware, networking, users, …)
|
||||
system.stateVersion = "25.11";
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue