# 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 = [ ]; 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; }