1
0
Fork 0
nixfiles/hosts/minecraft-2/hardware-configuration.nix

24 lines
658 B
Nix
Raw Normal View History

2021-02-06 18:53:21 +01:00
# 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 = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/472ace36-d152-4139-9ea8-76f104e619d3";
fsType = "ext4";
};
swapDevices = [ ];
}