From e9f8f3473067368451cd47737bd52142b71cc49c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 17:25:10 +0200 Subject: Ran nixos-generate-config on Vali --- vali-hw.nix | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vali-hw.nix (limited to 'vali-hw.nix') diff --git a/vali-hw.nix b/vali-hw.nix new file mode 100644 index 00000000..700c82ee --- /dev/null +++ b/vali-hw.nix @@ -0,0 +1,35 @@ +# 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 = + [ + ]; + + boot.initrd.availableKernelModules = [ "ehci_pci" "ata_piix" "pata_marvell" "xhci_hcd" "firewire_ohci" "usb_storage" "usbhid" ]; + boot.kernelModules = [ "kvm-intel" ]; + boot.extraModulePackages = [ ]; + + fileSystems."/" = + { device = "/dev/disk/by-uuid/2343160f-7abc-4233-8dac-3b42ad0fdadb"; + fsType = "ext4"; + }; + + fileSystems."/home" = + { device = "/dev/disk/by-uuid/044567e1-f652-4fe2-b1bf-d5052a49fb6b"; + fsType = "ext4"; + }; + + fileSystems."/boot" = + { device = "/dev/disk/by-uuid/5aa9e2b4-9342-4144-8423-6c35bb3da991"; + fsType = "ext2"; + }; + + swapDevices = + [ { device = "/dev/disk/by-uuid/53fd36a6-9d1e-4316-ac21-8d38d89753ac"; } + ]; + + nix.maxJobs = 8; +} -- cgit v1.2.3