flake/hosts/muin/hardware-configuration.nix
2025-08-04 20:11:49 +00:00

32 lines
852 B
Nix
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 + "/installer/scan/not-detected.nix")
];
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
boot.supportedFilesystems = ["btrfs"];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
networking.useDHCP = lib.mkForce true;
# imports = [
# (modulesPath + "/profiles/qemu-guest.nix")
# ];
#
# virtualisation.vmVariant = {
# # following configuration is added only when building VM with build-vm
# virtualisation = {
# memorySize = 4096; # Use 2048MiB memory.
# cores = 3;
# };
# };
}