Fix evaluation warnings
Update flake inputs
This commit is contained in:
parent
186eac6896
commit
6581f4aa9f
7 changed files with 87 additions and 72 deletions
|
@ -39,10 +39,16 @@
|
|||
'';
|
||||
};
|
||||
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
boot = {
|
||||
loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
swraid.mdadmConf = ''
|
||||
MAILADDR pim@kunis.nl
|
||||
'';
|
||||
};
|
||||
|
||||
disko.devices.disk = lib.genAttrs ["0" "1"] (name: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue