Fix evaluation warnings

Update flake inputs
This commit is contained in:
Pim Kunis 2025-06-01 21:37:19 +02:00
parent 186eac6896
commit 6581f4aa9f
7 changed files with 87 additions and 72 deletions

View file

@ -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: {