refactor: split harness-base.nix into harness/ feature modules
This commit is contained in:
parent
c0bd77b314
commit
ecaad48fad
17 changed files with 2392 additions and 2208 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Entry-point for the privileged root agent (ruth). Referenced from
|
||||
# `flake.nix` (`nixosConfigurations.ruth`) and the meta-flake's
|
||||
# `applied/ruth/flake.nix`.
|
||||
imports = [ ./harness-base.nix ];
|
||||
imports = [ ./harness ];
|
||||
|
||||
# The root/manager bootstraps a fresh hive, so it gets the hyperhive
|
||||
# reference docs made available by default (readable at
|
||||
|
|
|
|||
Loading…
Reference in a new issue