nibylandia/nixos/scylla/hardware-configuration.nix

27 lines
704 B
Nix
Raw Normal View History

2023-09-03 11:35:16 +00: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 + "/installer/scan/not-detected.nix") ];
boot.initrd.availableKernelModules = [ "nvme" "usb_storage" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" = {
device = "/dev/disk/by-uuid/9804a5ca-c647-4581-904e-4d784c8c0024";
fsType = "xfs";
};
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/65A6-F9A5";
fsType = "vfat";
};
swapDevices = [ ];
}