diff options
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/hardware.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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 = [ ]; |