summaryrefslogtreecommitdiff
path: root/hosts/microwave
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/microwave')
-rw-r--r--hosts/microwave/configuration.nix6
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;