From b37e4df94d75bcba3f8341637d868d4a66c8f4ce Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 3 Jan 2026 17:56:09 -0600 Subject: start nixos configs for servers --- hosts/poweredge/configuration.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'hosts/poweredge') diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix index 08e392d..f031a3b 100644 --- a/hosts/poweredge/configuration.nix +++ b/hosts/poweredge/configuration.nix @@ -1,15 +1,11 @@ { config, lib, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; - # ZFS bootloader - bootloader.loader = "grub"; - bootloader.mode = "efi"; - boot.loader.grub = { - zfsSupport = true; - efiInstallAsRemovable = true; - mirroredBoots = [ - { devices = [ "nodev" ]; path = "/boot"; } - ]; + # Grub bootloader with zfs support + boot._loader = { + enable = true; + type = "grub"; + grub.zfsSupport = true; }; # Disable suspend -- cgit v1.2.3