# 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 + "/installer/scan/not-detected.nix") ]; boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "rpool/system/root"; fsType = "zfs"; }; fileSystems."/nix" = { device = "rpool/local/nix"; fsType = "zfs"; }; fileSystems."/var" = { device = "rpool/system/var"; fsType = "zfs"; }; fileSystems."/home" = { device = "rpool/user/home"; fsType = "zfs"; }; fileSystems."/bittorrent" = { device = "rpool/local/bittorrent"; fsType = "zfs"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/2FA1-8DA6"; fsType = "vfat"; }; swapDevices = [ { device = "/dev/disk/by-partuuid/96ef04e6-4537-453c-a75d-f4184fe9a54e"; randomEncryption.enable = true; } ]; powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; networking.hostId = "7c725ef4"; boot.zfs.devNodes = "/dev/disk/by-partuuid/69b0df60-36a2-4aa3-864b-d17cf95e6387"; boot.supportedFilesystems = [ "zfs" ]; boot.kernelParams = [ "zfs.zfs_arc_max=4294967296" ]; }