updated wiring for hub feature enable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user