moved hardware cfg to different system

This commit is contained in:
CDaut 2024-02-29 21:15:35 +01:00
parent dd57859fc8
commit af4c4b6df9
Signed by: clara
GPG key ID: 223391B52FAD4463
3 changed files with 10 additions and 7 deletions

View file

@ -6,12 +6,6 @@
"flakes"
];
imports =
[
# Include the results of the hardware scan.
./vm_hardware-configuration.nix
];
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";