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 = [
./modules/modules.nix
./iso/branding.nix
];
] ++ (if builtins.pathExists /etc/nixos/hub-overrides.nix
then [ /etc/nixos/hub-overrides.nix ]
else []);
# ── Boot ────────────────────────────────────────────────────
boot.loader.systemd-boot.enable = true;