diff options
| author | Grigory Shipunov | 2022-09-14 19:43:55 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-14 19:43:55 +0200 |
| commit | de1091b3b0622328f36ce6c8446063b0153ea7a3 (patch) | |
| tree | 27b58bb93dba1114a27cce59951424cd8de6872c | |
| parent | 79882b73bd09950e3335cc50c62de0ee8625a04a (diff) | |
switch back to systemd-boot
| -rw-r--r-- | hosts/microwave/configuration.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 0e9ff57..00ba0fb 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -29,11 +29,7 @@ boot = { loader = { efi.canTouchEfiVariables = true; - grub = { - enable = true; - efiSupport = true; - device = "nodev"; - }; + systemd-boot.enable = true; }; supportedFilesystems = [ "zfs" ]; kernelPackages = pkgs.zfs.latestCompatibleLinuxPackages; |
