chore(malachite): remove uneccessary config

Removes a couple of places I had the HDD mounted as well as the
networking module that I no longer use
This commit is contained in:
stitchy 2025-11-02 16:43:11 -08:00
parent c128206e2b
commit 8fe0e238af
Signed by: stitchy
SSH key fingerprint: SHA256:p+xeQgmOvQ2br1d2STl5OnRRMef2LRqCtGA7SO4WYk0

View file

@ -8,8 +8,6 @@
boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" "vfio-pci" ]; boot.kernelModules = [ "kvm-intel" "vfio-pci" ];
boot.extraModulePackages = lib.attrVals [ "rtl8812au" ] config.boot.kernelPackages;
boot.kernelParams = [ boot.kernelParams = [
"loglevel=3" "loglevel=3"
@ -47,21 +45,11 @@
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=music/stitchtunes" "compress=zstd" "x-systemd.automount" ]; options = [ "subvol=music/stitchtunes" "compress=zstd" "x-systemd.automount" ];
}; };
"/home/stitchynyan/Pictures" = {
device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040";
fsType = "btrfs";
options = [ "subvol=pictures/stitchpics" "compress=zstd" "x-systemd.automount" ];
};
"/home/stitchynyan/Programs/Steam" = { "/home/stitchynyan/Programs/Steam" = {
device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040"; device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040";
fsType = "btrfs"; fsType = "btrfs";
options = [ "subvol=games/stitchgames" "compress=zstd" "x-systemd.automount" ]; options = [ "subvol=games/stitchgames" "compress=zstd" "x-systemd.automount" ];
}; };
"/home/stitchynyan/Videos" = {
device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040";
fsType = "btrfs";
options = [ "subvol=videos/stitchshows" "compress=zstd" "x-systemd.automount" ];
};
"/home/stitchynyan/VirtualMachines" = { "/home/stitchynyan/VirtualMachines" = {
device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040"; device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040";
fsType = "btrfs"; fsType = "btrfs";