From 0ffbfb61fc8a93c1bf3863089fc6caee839c11d6 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 28 Sep 2023 20:04:30 +0200 Subject: [PATCH] remove sdcard at steamdeck --- hosts/steamdeck.cloonar.com/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/steamdeck.cloonar.com/hardware-configuration.nix b/hosts/steamdeck.cloonar.com/hardware-configuration.nix index b412c57..805e8bb 100644 --- a/hosts/steamdeck.cloonar.com/hardware-configuration.nix +++ b/hosts/steamdeck.cloonar.com/hardware-configuration.nix @@ -34,11 +34,6 @@ fsType = "vfat"; }; - fileSystems."/run/media/sdcard" = - { device = "/dev/disk/by-uuid/09c74bcb-f82c-405d-b938-2c4e6c3c8a54"; - fsType = "ext4"; - }; - swapDevices = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking