# 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, modulesPath, ... }: { imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; boot.initrd.luks.devices = { cryptroot = { device = "/dev/disk/by-uuid/1bd62a2a-9e5b-4ad7-8b2f-13bdf59f010c"; bypassWorkqueues = true; # optimization for ssds }; }; fileSystems."/" = { device = "zroot/root"; fsType = "zfs"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/684A-5884"; fsType = "vfat"; }; swapDevices = [ { device = "/dev/disk/by-uuid/a7d1cbb8-7c9e-4c3d-841a-add867f47389"; } ]; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; }