# 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" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/e406aaf8-65bd-47b6-b6e9-151c81341280"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/faee127e-d658-4263-8a95-91422c5e6c74"; fsType = "ext2"; }; swapDevices = [ ]; }