depot/hosts/VEGAS/hardware-configuration.nix

33 lines
884 B
Nix
Raw Normal View History

# 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, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "ahci" ];
2022-05-26 01:13:09 +03:00
boot.initrd.kernelModules = [ "dm-snapshot" "dm-raid1" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/1f8327a2-ece6-4e87-895c-b75253ecc584";
fsType = "xfs";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/4c709e5b-9a94-4899-b1f9-abbcc4c8264c";
fsType = "ext4";
};
fileSystems."/srv/storage" =
2022-03-12 14:53:00 +02:00
{ device = "/dev/disk/by-uuid/4fc53695-3fc3-4053-a0d8-72255863fdc8";
fsType = "xfs";
};
swapDevices = [ ];
}