Skip to content

Commit

Permalink
fix(nix): hostname on macos
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Sep 19, 2023
1 parent a1fbb09 commit 61eb309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
modules = [ ./modules/darwin/configuration.nix ];
};
homeConfigurations = {
"carlos@supernovadomain" = home-manager.lib.homeManagerConfiguration {
"carlos@supernova" = home-manager.lib.homeManagerConfiguration {
pkgs = inputs.nixpkgs.legacyPackages.aarch64-darwin;
extraSpecialArgs = { inherit inputs; };
modules = [
Expand Down

0 comments on commit 61eb309

Please sign in to comment.