diff --git a/nix/local_home.nix b/nix/local_home.nix index 7882628..cad7a94 100644 --- a/nix/local_home.nix +++ b/nix/local_home.nix @@ -6,7 +6,7 @@ # accordingly, and then commit it. home = { # Stub values for demonstration. Override these in local branch. - username = "larssonmartin1998-mac"; - homeDirectory = "/Users/larssonmartin1998-mac"; + username = "nixos"; + homeDirectory = "/home/nixos"; }; } diff --git a/nix/local_system.nix b/nix/local_system.nix index fd440f0..6bdfb5f 100644 --- a/nix/local_system.nix +++ b/nix/local_system.nix @@ -3,8 +3,6 @@ }: { system = { - stateVersion = 5; + stateVersion = "24.11"; }; - - nix-homebrew.user = "larssonmartin1998-mac"; }