From 97289312a50c10a8373ec73b64fa18f8fa209bf4 Mon Sep 17 00:00:00 2001 From: Tyler Date: Mon, 21 Apr 2025 20:07:08 -0400 Subject: [PATCH] Update hardware-configuration.nix --- dot_config/flake/machines/mal/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/flake/machines/mal/hardware-configuration.nix b/dot_config/flake/machines/mal/hardware-configuration.nix index 91c2f89..dbbaffd 100644 --- a/dot_config/flake/machines/mal/hardware-configuration.nix +++ b/dot_config/flake/machines/mal/hardware-configuration.nix @@ -33,7 +33,7 @@ fsType = "9p"; }; - fileSystems."/nix" = { + fileSystems."/nix/store" = { depends = [ "/mnt/user" ];