From 0ebe6c37cca91695b6a72a9dd48e6cf2b8818f5b Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 15 Sep 2024 18:37:41 -0400 Subject: [PATCH 1/2] add super-slicer --- hosts/gerg-desktop/main.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index aed0f2d..d6d3a3d 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -99,6 +99,7 @@ gh nixfmt-rfc-style tmux + super-slicer-latest # 3D printer slicer # QMK configuration #via #qmk From 880f54b1bb2a9c783475699d5dc9f7a6e6917334 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sun, 15 Sep 2024 21:20:44 -0400 Subject: [PATCH 2/2] gerg-desktop: fix usb-support in kernel --- hosts/gerg-desktop/kernelConfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/gerg-desktop/kernelConfig b/hosts/gerg-desktop/kernelConfig index 3b0a345..6de70b8 100644 --- a/hosts/gerg-desktop/kernelConfig +++ b/hosts/gerg-desktop/kernelConfig @@ -2042,14 +2042,14 @@ CONFIG_NVME_HOST_AUTH=y CONFIG_SCSI_MOD=m # CONFIG_RAID_ATTRS is not set CONFIG_SCSI_COMMON=m -CONFIG_SCSI=m +CONFIG_SCSI=y CONFIG_SCSI_DMA=y CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # -CONFIG_BLK_DEV_SD=m +CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_BLK_DEV_SR is not set # CONFIG_CHR_DEV_SG is not set @@ -4427,7 +4427,7 @@ CONFIG_USB_XHCI_PCI_RENESAS=m # # also be needed; see USB_STORAGE Help for more info # -# CONFIG_USB_STORAGE is not set +CONFIG_USB_STORAGE=y # # USB Imaging devices