diff --git a/hosts/malachite/hardware-configuration.nix b/hosts/malachite/hardware-configuration.nix index 49421ed..5a2b888 100644 --- a/hosts/malachite/hardware-configuration.nix +++ b/hosts/malachite/hardware-configuration.nix @@ -8,8 +8,6 @@ boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" "vfio-pci" ]; - boot.extraModulePackages = lib.attrVals [ "rtl8812au" ] config.boot.kernelPackages; - boot.kernelParams = [ "loglevel=3" @@ -47,21 +45,11 @@ fsType = "btrfs"; 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" = { device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040"; fsType = "btrfs"; 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" = { device = "/dev/disk/by-uuid/feb8239f-5d09-4184-8e46-52185beaa040"; fsType = "btrfs";