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";
};
in {
settings = {
devices = pkgs.lib.getAttrs hosts devices;
folders = {
science = mkFolder "science";
@ -32,4 +33,5 @@
};
};
};
};
}

View file

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

View file

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