summaryrefslogtreecommitdiff
path: root/vali-hw.nix
blob: 0182ebadb1a365ba70304bf3fd806a6284446a77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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 = [ "ehci_pci" "ata_piix" "pata_marvell" "xhci_hcd" "firewire_ohci" "usb_storage" "usbhid" ];
  boot.kernelModules = [ "kvm-intel" ];
  boot.extraModulePackages = [ ];
  boot.loader.grub.device = "/dev/disk/by-id/ata-ST3500630AS_9QG2V5B9";

  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";
    };

  fileSystems."/media/C" =
    { device = "/dev/disk/by-uuid/72AEB04AAEB0089D";
      fsType = "ntfs";
      options = [ "ro" "noexec" "nosuid" ];
    };

  fileSystems."/media/D" =
    { device = "/dev/disk/by-uuid/48281D17281D061A";
      fsType = "ntfs";
      options = [ "ro" "noexec" "nosuid" ];
    };

  swapDevices =
    [ { device = "/dev/disk/by-uuid/53fd36a6-9d1e-4316-ac21-8d38d89753ac"; }
    ];

  nix.maxJobs = 8;
}