2015-10-23 01:26:53 +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.
|
2024-11-15 10:17:56 +01:00
|
|
|
|
{ ... }:
|
2015-10-23 01:26:53 +02:00
|
|
|
|
{
|
2024-11-15 10:17:56 +01:00
|
|
|
|
imports = [ <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ];
|
2015-10-23 01:26:53 +02:00
|
|
|
|
|
2024-11-15 10:17:56 +01:00
|
|
|
|
boot.initrd.availableKernelModules = [ ];
|
|
|
|
|
boot.kernelModules = [ ];
|
|
|
|
|
boot.extraModulePackages = [ ];
|
2015-10-23 01:26:53 +02:00
|
|
|
|
|
|
|
|
|
hardware.enableAllFirmware = true;
|
|
|
|
|
|
2022-10-31 11:04:38 +01:00
|
|
|
|
fileSystems."/" = {
|
|
|
|
|
device = "/dev/disk/by-uuid/09d1e4a2-d57b-4de8-a42b-671c4c188367";
|
|
|
|
|
fsType = "btrfs";
|
|
|
|
|
options = "subvol=nixos";
|
|
|
|
|
};
|
|
|
|
|
fileSystems."/boot" = {
|
|
|
|
|
device = "/dev/disk/by-uuid/f1e7e913-93a0-4258-88f9-f65041d91d66";
|
|
|
|
|
};
|
2015-10-23 01:26:53 +02:00
|
|
|
|
|
2024-11-15 10:17:56 +01:00
|
|
|
|
swapDevices = [ ];
|
2015-10-23 01:26:53 +02:00
|
|
|
|
}
|