diff --git a/nixos/lavender/hardware-configuration.nix b/nixos/lavender/hardware-configuration.nix index ec7aea5..10db576 100644 --- a/nixos/lavender/hardware-configuration.nix +++ b/nixos/lavender/hardware-configuration.nix @@ -18,7 +18,7 @@ fsType = "ext4"; }; - fileSystems."/srv/media" = + fileSystems."/srv/data" = { device = "/dev/disk/by-uuid/3548fbc6-6efd-4ed1-acc1-bd3ffed9d7a7"; fsType = "ext4"; };