Updated lockfile and some housekeeping
This commit is contained in:
parent
59ce2fc114
commit
0bee5a9c64
5 changed files with 12 additions and 12 deletions
|
@ -71,6 +71,7 @@
|
|||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "overlay2";
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
|
||||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = [];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [rtl88x2bu];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "rpool/nixos/root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue