From fe5aa48e01c2fe35ce6a98539843780ed82de619 Mon Sep 17 00:00:00 2001 From: sajenim Date: Mon, 6 Nov 2023 00:03:16 +0800 Subject: [PATCH] fix path --- nixos/fuchsia/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/fuchsia/hardware-configuration.nix b/nixos/fuchsia/hardware-configuration.nix index ec4fd08..ee56377 100644 --- a/nixos/fuchsia/hardware-configuration.nix +++ b/nixos/fuchsia/hardware-configuration.nix @@ -18,7 +18,7 @@ fsType = "vfat"; }; - fileSystems."/home/sajenim/Games" = + fileSystems."/home/erika/Games" = { device = "/dev/disk/by-uuid/58097403-9b5b-4cee-b9d1-e3d5fde1a364"; fsType = "ext4"; };