1
0
Fork 0

Fix warnings

This commit is contained in:
Malte 2023-05-22 03:49:51 +02:00
parent cb87eb1c80
commit 6db02a4afe
3 changed files with 11 additions and 11 deletions

View file

@ -20,6 +20,7 @@
"TJHVUM6-RTB6V3D-JF4GIB2-TVDF2ST-5MTN6N2-ZDIWGF7-XZUCCFG-EQG5WA6"; "TJHVUM6-RTB6V3D-JF4GIB2-TVDF2ST-5MTN6N2-ZDIWGF7-XZUCCFG-EQG5WA6";
}; };
in { in {
settings = {
devices = pkgs.lib.getAttrs hosts devices; devices = pkgs.lib.getAttrs hosts devices;
folders = { folders = {
science = mkFolder "science"; science = mkFolder "science";
@ -32,4 +33,5 @@
}; };
}; };
}; };
};
} }

View file

@ -8,7 +8,6 @@
}; };
grub = { grub = {
enable = true; enable = true;
version = 2;
device = "nodev"; device = "nodev";
efiSupport = true; efiSupport = true;
enableCryptodisk = true; enableCryptodisk = true;

View file

@ -4,7 +4,6 @@
boot = { boot = {
loader.grub = { loader.grub = {
enable = true; enable = true;
version = 2;
device = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0"; device = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0";
}; };
supportedFilesystems = [ "exfat" ]; supportedFilesystems = [ "exfat" ];