This commit is contained in:
iFargle 2023-09-20 20:26:12 +09:00
parent 31c705cb31
commit 713da11eb3

View file

@ -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" ];