feat: add lazygit alias to lg
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
boot.initrd.availableKernelModules =
|
||||
[ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "uas" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelParams = [ "intel_iommu=on" "modprobe.blacklist=dvb_usb_rtl28xxu" ];
|
||||
boot.kernelParams =
|
||||
[ "intel_iommu=on" "modprobe.blacklist=dvb_usb_rtl28xxu" ];
|
||||
boot.kernelModules = [ "kvm-intel" "vfio_pci" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
|
||||
@@ -36,7 +37,7 @@
|
||||
options = [ "subvol=nix" ];
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
fileSystems."/boot/efi" = {
|
||||
device = "/dev/disk/by-uuid/E808-5876";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
|
||||
Reference in New Issue
Block a user