From c38acc6dce1075ae7e73dedf018be69202900054 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Wed, 2 Sep 2026 10:16:21 +0530 Subject: oixos --- hosts/oixos/hardware-configuration.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 hosts/oixos/hardware-configuration.nix (limited to 'hosts/oixos/hardware-configuration.nix') diff --git a/hosts/oixos/hardware-configuration.nix b/hosts/oixos/hardware-configuration.nix new file mode 100644 index 0000000..bddf5a4 --- /dev/null +++ b/hosts/oixos/hardware-configuration.nix @@ -0,0 +1,28 @@ +# Do not modify this file! It was generated by ‘nixos-generate-config’ +# and may be overwritten by future invocations. Please make changes +# to /etc/nixos/configuration.nix instead. +{ + config, + lib, + pkgs, + modulesPath, + ... +}: + +{ + imports = [ + (modulesPath + "/profiles/qemu-guest.nix") + ]; + + boot.initrd.availableKernelModules = [ + "xhci_pci" + "virtio_pci" + "virtio_scsi" + "usbhid" + ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ ]; + boot.extraModulePackages = [ ]; + + nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux"; +} -- cgit v1.3.1