diff --git a/hosts/pike/default.nix b/hosts/pike/default.nix
index 83ae586..1e278d5 100644
--- a/hosts/pike/default.nix
+++ b/hosts/pike/default.nix
@@ -61,7 +61,6 @@
       "udiskie"
       "xdg"
       # "spotify"
-      "lutris"
       "wine"
       "cura"
       "chrome"
@@ -71,7 +70,6 @@
       "tor-browser"
       "kicad"
       "monero"
-      # "zulip"
       "teams"
       "obs-studio"
       "calibre"
@@ -88,7 +86,6 @@
       "chirp"
       "sdrangel"
       "discord"
-      # "ib-tws"
       "zoom"
       "pantalaimon"
     ];
@@ -101,20 +98,12 @@
   boot.initrd.availableKernelModules = [
     "nvme"
     "xhci_pci"
-    # "ahci"
     "usbhid"
-    # "r8169"
     "thunderbolt"
     "vmd"
     "usb_storage"
     "sd_mod"
   ];
-  boot.kernelModules = [
-    # "kvm-amd"
-    # "ddcci"
-    # "ddcci-backlight"
-    # "i2c-dev" # needed?
-  ];
 
   boot.loader.systemd-boot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;
@@ -152,6 +141,12 @@
     ];
   };
 
+  fileSystems."/mnt/shared" = {
+    device = "/dev/nvme0n1p2";
+    fsType = "ntfs";
+    options = [ "nofail" ];
+  };
+
   services.zfs.autoScrub.enable = true;
 
   networking.hostId = "30fc8ed7";