From a2e122e75dc78f87abb4b70719e1300da286e547 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 31 May 2025 18:39:54 -0700 Subject: [PATCH] fix: marleyos.my -> marleycfg.my --- modules/home/programs/git/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/programs/git/default.nix b/modules/home/programs/git/default.nix index 5c4b55c..cadbebc 100644 --- a/modules/home/programs/git/default.nix +++ b/modules/home/programs/git/default.nix @@ -90,7 +90,7 @@ in { }; # Laravel Sail makes permissions fucky so this is required... - safe.directory = "/home/${config.marleyos.my.name}/hackin/*"; + safe.directory = "/home/${my.name}/hackin/*"; # Do not guess the user's identity. user.useConfigOnly = true;