summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrigory Shipunov2022-09-14 19:43:55 +0200
committerGrigory Shipunov2022-09-14 19:43:55 +0200
commitde1091b3b0622328f36ce6c8446063b0153ea7a3 (patch)
tree27b58bb93dba1114a27cce59951424cd8de6872c /hosts
parent79882b73bd09950e3335cc50c62de0ee8625a04a (diff)
switch back to systemd-boot
Diffstat (limited to 'hosts')
-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;