Fix local_machine username value

This commit is contained in:
Martin Lasson 2025-01-26 00:36:34 +01:00
parent d33c1f9944
commit 3c2604ff88

View file

@ -3,10 +3,8 @@
}: }:
{ {
system = { system = {
# Just a stub value, change this to whatever your system requiers.
stateVersion = 5; stateVersion = 5;
}; };
# Just a stub value, change this to whatever your system requiers. nix-homebrew.user = "larssonmartin1998-mac";
nix-homebrew.user = "JohnDoe";
} }