From d01df8f5a1a61f8e2a87b0c201a16d277a8305d8 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 3 Feb 2025 16:44:43 -0800 Subject: c-pc: remove repurposed drive --- hosts/c-pc/hardware.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/c-pc/hardware.nix') diff --git a/hosts/c-pc/hardware.nix b/hosts/c-pc/hardware.nix index 3495127..68cf8bd 100644 --- a/hosts/c-pc/hardware.nix +++ b/hosts/c-pc/hardware.nix @@ -50,7 +50,6 @@ "/boot" = { fsType = "vfat"; device = "/dev/disk/by-uuid/12CE-A600"; }; "/mnt/4tb" = { fsType = "ext4"; device = "/dev/disk/by-label/4tb"; }; - "/mnt/ssd" = { fsType = "ext4"; device = "/dev/disk/by-label/ssd-256"; }; }; swapDevices = [ ]; -- cgit v1.2.3