mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-22 15:50:01 +00:00
13 lines
212 B
Nix
13 lines
212 B
Nix
|
_: {
|
||
|
boot = {
|
||
|
loader = {
|
||
|
systemd-boot.enable = true;
|
||
|
efi = {
|
||
|
canTouchEfiVariables = true;
|
||
|
efiSysMountPoint = "/boot";
|
||
|
};
|
||
|
};
|
||
|
supportedFilesystems = ["ntfs"];
|
||
|
};
|
||
|
}
|