Infini-SD: finalize configuration

This commit is contained in:
Infinidoge 2024-02-27 03:39:25 -05:00
parent 9d87b7d540
commit 613e1c8575
No known key found for this signature in database
3 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
{ lib, ... }: {
{ lib, config, ... }: {
imports = [
./hardware-configuration.nix
./filesystems.nix
@ -6,6 +6,8 @@
networking.hostId = "3275c7d3";
boot.kernelPackages = lib.mkForce config.boot.zfs.package.latestCompatibleLinuxPackages;
modules = {
boot.grub.enable = true;
hardware = {