h: remove unused option

This commit is contained in:
Aaron Bieber 2023-05-26 09:41:31 -06:00
parent 5879e9677b
commit c57298b4f2
No known key found for this signature in database

View File

@ -64,7 +64,6 @@ in {
];
boot.loader.grub.enable = true;
boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda";
boot.kernelParams = [ "net.ifnames=0" ];