diff --git a/systems/kami/hardware.nix b/systems/kami/hardware.nix index cefe709..8ac6010 100644 --- a/systems/kami/hardware.nix +++ b/systems/kami/hardware.nix @@ -42,10 +42,6 @@ fsType = "ntfs"; options = [ "rw" "uid=1000"]; }; - "/media/oldhome" = { - device = "jopejoe1"; - fsType = "zfs"; - }; }; swapDevices = [ ];