2021-07-01 23:54:54 +02:00
|
|
|
|
# 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 =
|
2021-07-16 19:13:51 +02:00
|
|
|
|
[
|
|
|
|
|
|
(modulesPath + "/installer/scan/not-detected.nix")
|
2021-07-01 23:54:54 +02:00
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usb_storage" "sd_mod" "sdhci_pci" ];
|
|
|
|
|
|
boot.initrd.kernelModules = [ "dm-snapshot" ];
|
|
|
|
|
|
boot.kernelModules = [ "kvm-amd" ];
|
|
|
|
|
|
boot.extraModulePackages = [ ];
|
|
|
|
|
|
|
|
|
|
|
|
fileSystems."/" =
|
2021-07-16 19:13:51 +02:00
|
|
|
|
{
|
|
|
|
|
|
device = "/dev/disk/by-uuid/a8abad9b-5615-4887-8431-3d80b78d073e";
|
2021-07-01 23:54:54 +02:00
|
|
|
|
fsType = "ext4";
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
boot.initrd.luks.devices."crypted".device = "/dev/disk/by-uuid/1e900b2e-daea-4558-b18f-3d3a5843de61";
|
|
|
|
|
|
|
|
|
|
|
|
fileSystems."/boot" =
|
2021-07-16 19:13:51 +02:00
|
|
|
|
{
|
|
|
|
|
|
device = "/dev/disk/by-uuid/077C-758A";
|
2021-07-01 23:54:54 +02:00
|
|
|
|
fsType = "vfat";
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
swapDevices =
|
2021-07-16 19:13:51 +02:00
|
|
|
|
[{ device = "/dev/disk/by-uuid/bb8fa9ef-9b8f-413d-913a-6c891649a954"; }];
|
2021-07-01 23:54:54 +02:00
|
|
|
|
|
|
|
|
|
|
}
|