diff --git a/hosts/bicep/hardware-configuration.nix b/hosts/bicep/hardware-configuration.nix index 500eedf..d52b6ff 100644 --- a/hosts/bicep/hardware-configuration.nix +++ b/hosts/bicep/hardware-configuration.nix @@ -27,7 +27,7 @@ fsType = "vfat"; }; - fileSystems."/mnt/secondary" = { + fileSystems."/data" = { device = "/dev/disk/by-uuid/7408a47c-4fe5-482f-84f0-fa27d86570fc"; fsType = "ext4"; };