Enable hybrid boot for disko module

This commit is contained in:
JuliusFreudenberger 2025-08-19 01:39:43 +02:00
parent c4ec22b380
commit a8f632ed50
2 changed files with 7 additions and 9 deletions

View file

@ -17,13 +17,6 @@
./hardware-configuration.nix
];
boot = {
loader.grub = {
enable = true;
device = "/dev/sda";
};
tmp.useTmpfs = true;
};
networking.hostName = "srv01-hf"; # Define your hostname.