From e22dd86e79fa3f5e4a1593cf21c95d29f6061614 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sun, 14 May 2023 14:57:35 +0800 Subject: [PATCH] remove hdd --- nixos/fuchsia/hardware-configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nixos/fuchsia/hardware-configuration.nix b/nixos/fuchsia/hardware-configuration.nix index 9872d20..7700790 100644 --- a/nixos/fuchsia/hardware-configuration.nix +++ b/nixos/fuchsia/hardware-configuration.nix @@ -18,11 +18,6 @@ fsType = "vfat"; }; - fileSystems."/drive/3548fbc6-6efd-4ed1-acc1-bd3ffed9d7a7" = - { device = "/dev/disk/by-uuid/3548fbc6-6efd-4ed1-acc1-bd3ffed9d7a7"; - fsType = "ext4"; - }; - fileSystems."/drive/a20b9780-ddcf-414c-bea0-7e003fea4750" = { device = "/dev/disk/by-uuid/a20b9780-ddcf-414c-bea0-7e003fea4750"; fsType = "ext4";