You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
670 B
26 lines
670 B
3 years ago
|
# 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/profiles/qemu-guest.nix>
|
||
|
];
|
||
|
|
||
|
boot.initrd.availableKernelModules = [ "ata_piix" "virtio_pci" "xhci_pci" "sd_mod" "sr_mod" ];
|
||
|
boot.initrd.kernelModules = [ ];
|
||
|
boot.kernelModules = [ ];
|
||
|
boot.extraModulePackages = [ ];
|
||
|
|
||
|
fileSystems."/" =
|
||
|
{ device = "/dev/disk/by-uuid/e371ee1d-a03f-4964-b03d-4a5c59ff5911";
|
||
|
fsType = "ext4";
|
||
|
};
|
||
|
|
||
|
swapDevices = [ ];
|
||
|
|
||
|
nix.maxJobs = lib.mkDefault 1;
|
||
|
}
|
||
|
|