# 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 = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_blk" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-label/ymir-root"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-label/ymir-boot"; fsType = "ext2"; }; fileSystems."/home" = { device = "/dev/disk/by-label/ymir-home"; fsType = "ext4"; }; swapDevices = [ { device = "/dev/disk/by-label/ymir-swap"; } ]; nix.maxJobs = 2; }