# 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" "ahci" "usbhid" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-amd" "nct6775" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "rpool/safe/root"; fsType = "zfs"; }; fileSystems."/nix" = { device = "rpool/local/nix"; fsType = "zfs"; }; fileSystems."/home" = { device = "rpool/safe/home"; fsType = "zfs"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/AED6-D0D1"; fsType = "vfat"; }; fileSystems."/disks/excess" = { device = "/dev/disk/by-uuid/0af88a48-ccfd-4e54-9652-a5ae7f74e21d"; fsType = "xfs"; }; fileSystems."/disks/pool-raw" = { device = "zstore/raw"; fsType = "zfs"; }; fileSystems."/disks/pool-compress" = { device = "zstore/compress"; fsType = "zfs"; }; fileSystems."/disks/pool-protect" = { device = "zstore/protect"; fsType = "zfs"; }; fileSystems."/home/kat/Games" = { device = "zgame/lutris"; fsType = "zfs"; }; fileSystems."/home/kat/.local/share/Steam" = { device = "zgame/steam"; fsType = "zfs"; }; swapDevices = [ { device = "/dev/disk/by-uuid/89831a0f-93e6-4d30-85e4-09061259f140"; } { device = "/dev/disk/by-uuid/8f944315-fe1c-4095-90ce-50af03dd5e3f"; } ]; }