From 0048c6d52305a9aead2d891ee2d7bc5f7984c079 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 4 Oct 2023 15:41:13 +0200 Subject: [PATCH] fixup! wip --- machines/nazuna/hardware-configuration.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/machines/nazuna/hardware-configuration.nix b/machines/nazuna/hardware-configuration.nix index 7fa2700..b97ae7f 100644 --- a/machines/nazuna/hardware-configuration.nix +++ b/machines/nazuna/hardware-configuration.nix @@ -13,11 +13,6 @@ network.enable = true; # remote unlocking luks.devices."root".device = "/dev/disk/by-uuid/b20be409-adb6-47fc-ba9b-c07e61503070"; }; - loader = { - grub.enable = false; - systemd-boot.enable = true; - efi.canTouchEfiVariables = true; - }; }; fileSystems = { @@ -27,8 +22,8 @@ options = [ "compress=zstd" ]; }; "/boot" = { - device = "/dev/disk/by-uuid/0CBC-D947"; - fsType = "vfat"; + device = "/dev/disk/by-uuid/7e93d8ba-516b-424e-a8e5-149c1654212a"; + fsType = "ext2"; }; };