Merge branch 'master' of github.com:oqyude/nixos

This commit is contained in:
2026-01-18 15:57:31 +03:00
2 changed files with 16 additions and 16 deletions
+12 -12
View File
@@ -15,19 +15,19 @@
boot = {
initrd = {
supportedFilesystems = [
"nfs"
"nfsv4"
"overlay"
];
"nfs"
"nfsv4"
"overlay"
];
availableKernelModules = [
"nvme"
"xhci_pci"
"thunderbolt"
"usb_storage"
"uas"
"usbhid"
"sd_mod"
];
"nvme"
"xhci_pci"
"thunderbolt"
"usb_storage"
"uas"
"usbhid"
"sd_mod"
];
};
# kernelModules = [
# ];
+4 -4
View File
@@ -12,10 +12,10 @@
boot = {
initrd = {
supportedFilesystems = [
"nfs"
"nfsv4"
"overlay"
];
"nfs"
"nfsv4"
"overlay"
];
availableKernelModules = [
"ahci"
"xhci_pci"