Updated lockfile and some housekeeping

This commit is contained in:
Alejandro Angulo 2023-11-26 09:54:34 -08:00
parent 59ce2fc114
commit 0bee5a9c64
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
5 changed files with 12 additions and 12 deletions

View file

@ -71,6 +71,7 @@
virtualisation.docker = {
enable = true;
storageDriver = "overlay2";
rootless = {
enable = true;
setSocketVariable = true;

View file

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