60 lines
1.4 KiB
Nix
60 lines
1.4 KiB
Nix
# 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 =
|
||
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||
];
|
||
|
||
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "nvme" "usbhid" "sd_mod" ];
|
||
boot.kernelModules = [ "kvm-intel" ];
|
||
boot.extraModulePackages = [ ];
|
||
|
||
fileSystems."/" =
|
||
{ device = "/dev/disk/by-uuid/a4ee920a-6539-4c78-aa5b-a61bf27c002d";
|
||
fsType = "ext4";
|
||
};
|
||
|
||
fileSystems."/boot" =
|
||
{ device = "/dev/disk/by-uuid/BAA3-0464";
|
||
fsType = "vfat";
|
||
};
|
||
|
||
fileSystems."/mnt/loutrepool" =
|
||
{ device = "loutrepool";
|
||
fsType = "zfs";
|
||
};
|
||
|
||
fileSystems."/mnt/containers_volumes" =
|
||
{ device = "loutrepool/containers_volumes";
|
||
fsType = "zfs";
|
||
};
|
||
|
||
fileSystems."/mnt/medias" =
|
||
{ device = "loutrepool/medias";
|
||
fsType = "zfs";
|
||
};
|
||
|
||
fileSystems."/mnt/steam" =
|
||
{ device = "loutrepool/steam";
|
||
fsType = "zfs";
|
||
};
|
||
|
||
fileSystems."/mnt/syncthing" =
|
||
{ device = "loutrepool/syncthing";
|
||
fsType = "zfs";
|
||
};
|
||
|
||
fileSystems."/mnt/influxdb" =
|
||
{ device = "loutrepool/etc/influxdb";
|
||
fsType = "zfs";
|
||
};
|
||
|
||
swapDevices = [ ];
|
||
|
||
nix.maxJobs = lib.mkDefault 4;
|
||
powerManagement.cpuFreqGovernor = lib.mkDefault "ondemand";
|
||
}
|