fuck disko

This commit is contained in:
Polen 2025-06-05 23:56:19 -04:00
parent c468f30032
commit 8a1b615f3a
2 changed files with 29 additions and 3 deletions

View file

@ -4,15 +4,13 @@
...
}: {
imports = [
# Include the results of the hardware scan.
./disk-config.nix
];
boot.loader = {
grub = {
enable = true;
version = 2;
device = "/dev/sda";
devices = ["/dev/sda"];
};
};