From 2cdee3871f577ada7356134fbff03195bff88e10 Mon Sep 17 00:00:00 2001 From: sajenim Date: Sun, 21 May 2023 17:39:40 +0800 Subject: [PATCH] change mount path --- nixos/lavender/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };