depot/hosts/prophet/hardware-configuration.nix

26 lines
646 B
Nix
Raw Normal View History

2022-02-03 21:21:17 +02: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.
2022-10-17 15:54:48 +03:00
{ modulesPath, ... }:
2022-02-03 21:21:17 +02:00
{
imports =
[ (modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernelModules = [ "virtio_pci" "usbhid" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-partlabel/rootfs";
2022-02-03 21:21:17 +02:00
fsType = "xfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-partlabel/boot";
2022-02-03 21:21:17 +02:00
fsType = "vfat";
};
}