From 3c2604ff880ed568dd85ab6fc08a7e9d5b47efb1 Mon Sep 17 00:00:00 2001 From: Martin Lasson Date: Sun, 26 Jan 2025 00:36:34 +0100 Subject: [PATCH] Fix local_machine username value --- nix/local_system.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nix/local_system.nix b/nix/local_system.nix index 5be8266..fd440f0 100644 --- a/nix/local_system.nix +++ b/nix/local_system.nix @@ -3,10 +3,8 @@ }: { system = { - # Just a stub value, change this to whatever your system requiers. stateVersion = 5; }; - # Just a stub value, change this to whatever your system requiers. - nix-homebrew.user = "JohnDoe"; + nix-homebrew.user = "larssonmartin1998-mac"; }