Externalize systemd-boot module
This commit is contained in:
parent
59506dac35
commit
544930ff2d
2 changed files with 16 additions and 9 deletions
15
modules/systemd-boot.nix
Normal file
15
modules/systemd-boot.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue