hosts/anastacia: update hardware-configuration to include system

This commit is contained in:
Anthony Rodriguez 2024-12-03 09:23:09 +01:00
parent f823cd05f5
commit f79cae3815
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,4 +1,8 @@
{modulesPath, ...}: {
{
lib,
modulesPath,
...
}: {
imports = [(modulesPath + "/profiles/qemu-guest.nix")];
boot = {
loader.grub.device = "/dev/sda";
@ -9,4 +13,6 @@
device = "/dev/sda1";
fsType = "ext4";
};
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}