From 4e3e13363dda0797479ef440a4105044dbc9e56f Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Thu, 18 Jan 2024 20:27:30 -0500 Subject: [PATCH] change location of second drive on bicep --- hosts/bicep/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };