this is a fresh install of 23.05 done with calamares installer, manually partitioned with 512m ESP mounted at /boot. bootloader is systemd-boot.
the boot device in the hardware-configuration.nix,
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/1801-6766";
fsType = "vfat";
bootloader section in the configuration.nix,
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
i had tried reinstalling the bootloader with sudo nixos-rebuild --install-bootloader switch
following the wiki, but to no avail. it gets stuck at settting up tmpfiles.
I am a bit lost.