updated wiring for hub feature enable

This commit is contained in:
2026-04-03 09:07:07 -05:00
parent f3d75b9ba5
commit f5180767b1
2 changed files with 3 additions and 2 deletions

View File

@@ -4,7 +4,9 @@
imports = [ imports = [
./modules/modules.nix ./modules/modules.nix
./iso/branding.nix ./iso/branding.nix
]; ] ++ (if builtins.pathExists /etc/nixos/hub-overrides.nix
then [ /etc/nixos/hub-overrides.nix ]
else []);
# ── Boot ──────────────────────────────────────────────────── # ── Boot ────────────────────────────────────────────────────
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;

View File

@@ -27,7 +27,6 @@
self.nixosModules.Sovran_SystemsOS self.nixosModules.Sovran_SystemsOS
/etc/nixos/role-state.nix /etc/nixos/role-state.nix
/etc/nixos/custom.nix /etc/nixos/custom.nix
/etc/nixos/hub-overrides.nix
]; ];
}; };