# 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" "mptspi" "floppy" "sd_mod" "sr_mod" ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; fileSystems."/" = { device = "/dev/disk/by-uuid/06d94528-b248-490a-81ee-e83668c68afc"; fsType = "ext4"; }; # fileSystems."/var/log" = # { device = "/dev/disk/by-uuid/c130b88c-0699-4836-b967-47bdee0a5453"; # fsType = "ext4"; # }; fileSystems."/vol/brick0" = { device = "/dev/gfs_vg/brick0"; fsType = "ext4"; }; swapDevices = [ ]; nix.maxJobs = lib.mkDefault 1; }