nixos-config/hardware-configuration.nix

23 lines
637 B
Nix
Raw Normal View History

2021-10-16 12:30:41 +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.
{ config, lib, pkgs, modulesPath, ... }:
{
imports = [ ];
boot.initrd.availableKernelModules = [ "ata_piix" "vmw_pvscsi" "floppy" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/92494416-3ec5-4bcd-adc9-11375646fe80";
fsType = "btrfs";
options = [ "compress-force=zstd:7" ];
};
swapDevices = [ ];
}