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