9 lines
101 B
Nix
9 lines
101 B
Nix
_: {
|
|
boot = {
|
|
loader = {
|
|
systemd-boot = {
|
|
enable = false;
|
|
};
|
|
};
|
|
};
|
|
}
|