From 283d6475fc32a7fb89625c3c2ef98075283709c1 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 6 Feb 2024 19:40:33 +0100 Subject: [PATCH] change boot mount --- modules/boot/systemd/default.nix | 2 +- systems/kuraokami/hardware.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/boot/systemd/default.nix b/modules/boot/systemd/default.nix index de79e05..c97c11e 100644 --- a/modules/boot/systemd/default.nix +++ b/modules/boot/systemd/default.nix @@ -16,7 +16,7 @@ in { }; efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot/efi"; + efiSysMountPoint = "/boot"; }; }; }; diff --git a/systems/kuraokami/hardware.nix b/systems/kuraokami/hardware.nix index e3d2ba1..e5b080a 100644 --- a/systems/kuraokami/hardware.nix +++ b/systems/kuraokami/hardware.nix @@ -29,7 +29,7 @@ device = "/dev/nvme0n1p2"; fsType = "bcachefs"; }; - "/boot/efi" = { + "/boot" = { device = "/dev/disk/by-uuid/1F26-8168"; fsType = "vfat"; };