nixops-lan-party/eddieValiant-hw.nix

30 lines
813 B
Nix
Raw Permalink Normal View History

2017-06-08 17:11:54 +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, ... }:
{
imports =
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
];
boot.initrd.availableKernelModules = [ "uhci_hcd" "ehci_pci" "ata_piix" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/5e36fdaf-5e80-45dd-a764-5f5bc917628a";
fsType = "btrfs";
options = [ "subvol=@root" ];
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/CE4C-CEC1";
fsType = "vfat";
};
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 2;
}