test
This commit is contained in:
parent
31c705cb31
commit
713da11eb3
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
{ config, lib, pkgs, modulesPath, desktop, username, ... }: {
|
||||
imports = [ (import ./disks.nix { }) ];
|
||||
imports = [
|
||||
./disks.nix
|
||||
];
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "ata_piix" "ohci_pci" "virtio_pci" "virtio_blk" "sr_mod" ];
|
||||
|
|
Loading…
Reference in a new issue