Disable minimal profile
This commit is contained in:
parent
b43a55bb9f
commit
ed2a33f3a6
12 changed files with 131 additions and 94 deletions
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
imports =
|
||||
[ (modulesPath + "/profiles/qemu-guest.nix")
|
||||
(modulesPath + "/profiles/minimal.nix")
|
||||
#(modulesPath + "/profiles/minimal.nix")
|
||||
];
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue