totoro: add client
This commit is contained in:
parent
00e2f9e1d3
commit
e1c3016e0e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ let
|
||||||
inherit (depot.ops) secrets;
|
inherit (depot.ops) secrets;
|
||||||
in {
|
in {
|
||||||
imports =
|
imports =
|
||||||
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ];
|
[ <nixpkgs/nixos/modules/installer/scan/not-detected.nix> ../lib/client.nix ];
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
|
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "usbhid" "sd_mod" ];
|
||||||
boot.kernelModules = lib.mkAfter [ "kvm-intel" ];
|
boot.kernelModules = lib.mkAfter [ "kvm-intel" ];
|
||||||
|
|
Loading…
Reference in a new issue