nixops-lan-party/jessicaRabbit-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" "usbhid" "usb_storage" "sd_mod" "sr_mod" ];
boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/4f6ef2e4-f58a-4cff-adf8-152a15d37c5e";
fsType = "btrfs";
options = [ "subvol=@root" ];
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/2F5A-D6D1";
fsType = "vfat";
};
swapDevices = [ ];
nix.maxJobs = lib.mkDefault 2;
}